Html Css Color HEX #A66B9D Violet Blue

📋 copy color: '#A66B9D'

red 166 ◦ green 107 ◦ blue 157

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

Shades of Violet Blue #A66B9D

Tints of Violet Blue #A66B9D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.88%

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 38.6%
G = 24.88%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A66B9D (or 0xA66B9D) is known color: Violet Blue. HEX triplet: A6, 6B and 9D. RGB value is (166,107,157). Sum of RGB (Red+Green+Blue) = 166+107+157=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B9D is #599462. Grayscale: #828282. Windows color (decimal): -5870691 or 10316710. OLE color: 10316710.

HSL color Cylindrical-coordinate representation of color #A66B9D: hue angle of 309.15º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66B9D is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 107 157 -
CMYK 0 0.36 0.05 0.35
HSL 309.15º 0.25% 0.54% -
HSV(B) 309.15º 0.36% 0.65% -
XYZ 27.07 21.06 34.54 -
YUV 130.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 166 107 157 0 0.36 0.05 0.35 309.15 0.25 0.54
Hex A6 6B 9D 0 24 5 23 135 19 36
Octal 246 153 235 0 44 5 43 465 31 66
Binary 10100110 1101011 10011101 0 100100 101 100011 100110101 11001 110110

Color Harmonies of #A66B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B9D

Black with #A66B9D

Text Example


Text Example

White with #A66B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B9D; }

 p { color: rgb(166,107,157); }

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

background-color css

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

 a { background-color: rgb(166,107,157); }

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

border-color css

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

 span { border-color: rgb(166,107,157); }

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