Html Css Color HEX #A66698 Violet Blue

📋 copy color: '#A66698'

red 166 ◦ green 102 ◦ blue 152

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

Shades of Violet Blue #A66698

Tints of Violet Blue #A66698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.29%

 BLUE value IS 152 (59.77% from 255) = 36.19%

R = 39.52%
G = 24.29%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A66698 (or 0xA66698) is known color: Violet Blue. HEX triplet: A6, 66 and 98. RGB value is (166,102,152). Sum of RGB (Red+Green+Blue) = 166+102+152=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A66698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66698 is #599967. Grayscale: #7E7E7E. Windows color (decimal): -5871976 or 9987750. OLE color: 9987750.

HSL color Cylindrical-coordinate representation of color #A66698: hue angle of 313.12º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66698 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 102 152 -
CMYK 0 0.39 0.08 0.35
HSL 313.13º 0.26% 0.53% -
HSV(B) 313.13º 0.39% 0.65% -
XYZ 26.14 19.88 32.16 -
YUV 126.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 166 102 152 0 0.39 0.08 0.35 313.13 0.26 0.53
Hex A6 66 98 0 27 8 23 139 1A 35
Octal 246 146 230 0 47 10 43 471 32 65
Binary 10100110 1100110 10011000 0 100111 1000 100011 100111001 11010 110101

Color Harmonies of #A66698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66698

Black with #A66698

Text Example


Text Example

White with #A66698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66698; }

 p { color: rgb(166,102,152); }

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

background-color css

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

 a { background-color: rgb(166,102,152); }

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

border-color css

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

 span { border-color: rgb(166,102,152); }

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