Html Css Color HEX #A66498 Violet Blue

📋 copy color: '#A66498'

red 166 ◦ green 100 ◦ blue 152

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

Shades of Violet Blue #A66498

Tints of Violet Blue #A66498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.92%

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

R = 39.71%
G = 23.92%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A66498 (or 0xA66498) is known color: Violet Blue. HEX triplet: A6, 64 and 98. RGB value is (166,100,152). Sum of RGB (Red+Green+Blue) = 166+100+152=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A66498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66498 is #599B67. Grayscale: #7D7D7D. Windows color (decimal): -5872488 or 9987238. OLE color: 9987238.

HSL color Cylindrical-coordinate representation of color #A66498: hue angle of 312.73º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66498 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 100 152 -
CMYK 0 0.40 0.08 0.35
HSL 312.73º 0.27% 0.52% -
HSV(B) 312.73º 0.4% 0.65% -
XYZ 25.95 19.49 32.1 -
YUV 125.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 166 100 152 0 0.40 0.08 0.35 312.73 0.27 0.52
Hex A6 64 98 0 28 8 23 139 1B 34
Octal 246 144 230 0 50 10 43 471 33 64
Binary 10100110 1100100 10011000 0 101000 1000 100011 100111001 11011 110100

Color Harmonies of #A66498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66498

Black with #A66498

Text Example


Text Example

White with #A66498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66498; }

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

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

background-color css

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

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

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

border-color css

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

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

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