Html Css Color HEX #AF66A2 Violet Blue

📋 copy color: '#AF66A2'

red 175 ◦ green 102 ◦ blue 162

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

Shades of Violet Blue #AF66A2

Tints of Violet Blue #AF66A2

RGB

 RED value IS 175 (68.75% from 255) = 39.86%

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

 BLUE value IS 162 (63.67% from 255) = 36.9%

R = 39.86%
G = 23.23%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF66A2 (or 0xAF66A2) is known color: Violet Blue. HEX triplet: AF, 66 and A2. RGB value is (175,102,162). Sum of RGB (Red+Green+Blue) = 175+102+162=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF66A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF66A2 is #50995D. Grayscale: #828282. Windows color (decimal): -5282142 or 10643119. OLE color: 10643119.

HSL color Cylindrical-coordinate representation of color #AF66A2: hue angle of 310.68º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF66A2 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 162 -
CMYK 0 0.42 0.07 0.31
HSL 310.68º 0.31% 0.54% -
HSV(B) 310.68º 0.42% 0.69% -
XYZ 28.95 21.23 36.75 -
YUV 130.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 175 102 162 0 0.42 0.07 0.31 310.68 0.31 0.54
Hex AF 66 A2 0 2A 7 1F 137 1F 36
Octal 257 146 242 0 52 7 37 467 37 66
Binary 10101111 1100110 10100010 0 101010 111 11111 100110111 11111 110110

Color Harmonies of #AF66A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66A2

Black with #AF66A2

Text Example


Text Example

White with #AF66A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66A2; }

 p { color: rgb(175,102,162); }

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

background-color css

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

 a { background-color: rgb(175,102,162); }

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

border-color css

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

 span { border-color: rgb(175,102,162); }

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