Html Css Color HEX #AF66AA Violet Blue

📋 copy color: '#AF66AA'

red 175 ◦ green 102 ◦ blue 170

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

Shades of Violet Blue #AF66AA

Tints of Violet Blue #AF66AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.03%

R = 39.15%
G = 22.82%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF66AA (or 0xAF66AA) is known color: Violet Blue. HEX triplet: AF, 66 and AA. RGB value is (175,102,170). Sum of RGB (Red+Green+Blue) = 175+102+170=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF66AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF66AA is #509955. Grayscale: #838383. Windows color (decimal): -5282134 or 11167407. OLE color: 11167407.

HSL color Cylindrical-coordinate representation of color #AF66AA: hue angle of 304.11º 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 #AF66AA is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 170 -
CMYK 0 0.42 0.03 0.31
HSL 304.11º 0.31% 0.54% -
HSV(B) 304.11º 0.42% 0.69% -
XYZ 29.69 21.52 40.62 -
YUV 131.58 149.68 158.97 -
System Red Green Blue C M Y K H S L
Decimal 175 102 170 0 0.42 0.03 0.31 304.11 0.31 0.54
Hex AF 66 AA 0 2A 3 1F 130 1F 36
Octal 257 146 252 0 52 3 37 460 37 66
Binary 10101111 1100110 10101010 0 101010 11 11111 100110000 11111 110110

Color Harmonies of #AF66AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66AA

Black with #AF66AA

Text Example


Text Example

White with #AF66AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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