Html Css Color HEX #AF75AA Violet Blue

📋 copy color: '#AF75AA'

red 175 ◦ green 117 ◦ blue 170

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

Shades of Violet Blue #AF75AA

Tints of Violet Blue #AF75AA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.32%

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

R = 37.88%
G = 25.32%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF75AA (or 0xAF75AA) is known color: Violet Blue. HEX triplet: AF, 75 and AA. RGB value is (175,117,170). Sum of RGB (Red+Green+Blue) = 175+117+170=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF75AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF75AA is #508A55. Grayscale: #8C8C8C. Windows color (decimal): -5278294 or 11171247. OLE color: 11171247.

HSL color Cylindrical-coordinate representation of color #AF75AA: hue angle of 305.17º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF75AA is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 170 -
CMYK 0 0.33 0.03 0.31
HSL 305.17º 0.27% 0.57% -
HSV(B) 305.17º 0.33% 0.69% -
XYZ 31.3 24.74 41.16 -
YUV 140.38 144.72 152.69 -
System Red Green Blue C M Y K H S L
Decimal 175 117 170 0 0.33 0.03 0.31 305.17 0.27 0.57
Hex AF 75 AA 0 21 3 1F 131 1B 39
Octal 257 165 252 0 41 3 37 461 33 71
Binary 10101111 1110101 10101010 0 100001 11 11111 100110001 11011 111001

Color Harmonies of #AF75AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF75AA

Black with #AF75AA

Text Example


Text Example

White with #AF75AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF75AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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