Html Css Color HEX #AF73AB Violet Blue

📋 copy color: '#AF73AB'

red 175 ◦ green 115 ◦ blue 171

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

Shades of Violet Blue #AF73AB

Tints of Violet Blue #AF73AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.95%

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

R = 37.96%
G = 24.95%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF73AB (or 0xAF73AB) is known color: Violet Blue. HEX triplet: AF, 73 and AB. RGB value is (175,115,171). Sum of RGB (Red+Green+Blue) = 175+115+171=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF73AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF73AB is #508C54. Grayscale: #8B8B8B. Windows color (decimal): -5278805 or 11236271. OLE color: 11236271.

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

Color convert

RGB 175 115 171 -
CMYK 0 0.34 0.02 0.31
HSL 304º 0.27% 0.57% -
HSV(B) 304º 0.34% 0.69% -
XYZ 31.16 24.32 41.58 -
YUV 139.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 175 115 171 0 0.34 0.02 0.31 304 0.27 0.57
Hex AF 73 AB 0 22 2 1F 130 1B 39
Octal 257 163 253 0 42 2 37 460 33 71
Binary 10101111 1110011 10101011 0 100010 10 11111 100110000 11011 111001

Color Harmonies of #AF73AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73AB

Black with #AF73AB

Text Example


Text Example

White with #AF73AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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