Html Css Color HEX #AF75AB Violet Blue

📋 copy color: '#AF75AB'

red 175 ◦ green 117 ◦ blue 171

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

Shades of Violet Blue #AF75AB

Tints of Violet Blue #AF75AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 37.8%
G = 25.27%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF75AB (or 0xAF75AB) is known color: Violet Blue. HEX triplet: AF, 75 and AB. RGB value is (175,117,171). Sum of RGB (Red+Green+Blue) = 175+117+171=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF75AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF75AB is #508A54. Grayscale: #8C8C8C. Windows color (decimal): -5278293 or 11236783. OLE color: 11236783.

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

Color convert

RGB 175 117 171 -
CMYK 0 0.33 0.02 0.31
HSL 304.14º 0.27% 0.57% -
HSV(B) 304.14º 0.33% 0.69% -
XYZ 31.39 24.78 41.66 -
YUV 140.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 175 117 171 0 0.33 0.02 0.31 304.14 0.27 0.57
Hex AF 75 AB 0 21 2 1F 130 1B 39
Octal 257 165 253 0 41 2 37 460 33 71
Binary 10101111 1110101 10101011 0 100001 10 11111 100110000 11011 111001

Color Harmonies of #AF75AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF75AB

Black with #AF75AB

Text Example


Text Example

White with #AF75AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF75AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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