Html Css Color HEX #A6399B Violet Blue

📋 copy color: '#A6399B'

red 166 ◦ green 57 ◦ blue 155

#A6399B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #A6399B

Tints of Violet Blue #A6399B

RGB

 RED value IS 166 (65.23% from 255) = 43.92%

 GREEN value IS 57 (22.66% from 255) = 15.08%

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 43.92%
G = 15.08%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A6399B (or 0xA6399B) is known color: Violet Blue. HEX triplet: A6, 39 and 9B. RGB value is (166,57,155). Sum of RGB (Red+Green+Blue) = 166+57+155=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6399B is #59C664. Grayscale: #646464. Windows color (decimal): -5883493 or 10172838. OLE color: 10172838.

HSL color Cylindrical-coordinate representation of color #A6399B: hue angle of 306.06º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6399B is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 57 155 -
CMYK 0 0.66 0.07 0.35
HSL 306.06º 0.49% 0.44% -
HSV(B) 306.06º 0.66% 0.65% -
XYZ 23.11 13.4 32.38 -
YUV 100.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 166 57 155 0 0.66 0.07 0.35 306.06 0.49 0.44
Hex A6 39 9B 0 42 7 23 132 31 2C
Octal 246 71 233 0 102 7 43 462 61 54
Binary 10100110 111001 10011011 0 1000010 111 100011 100110010 110001 101100

Color Harmonies of #A6399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6399B

Black with #A6399B

Text Example


Text Example

White with #A6399B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6399B; }

 p { color: rgb(166,57,155); }

 H1.HeaderClassName
 {
   color: #A6399B;
 }
 .AnyTagClassName
 {
   color: #A6399B;
 }
</style>

background-color css

<style>
 a { background-color: #A6399B; }

 a { background-color: rgb(166,57,155); }

 div.DivClassName
 {
   background-color: #A6399B;
 }
 .BgClassName
 {
   background-color: #A6399B;
 }
</style>

border-color css

<style>
 span { border-color: #A6399B; }

 span { border-color: rgb(166,57,155); }

 td.TdClassName
 {
   border-color: #A6399B;
 }
 .TagClassName
 {
   border-color: #A6399B;
 }
</style>