Html Css Color HEX #AF51AA Violet Blue

📋 copy color: '#AF51AA'

red 175 ◦ green 81 ◦ blue 170

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

Shades of Violet Blue #AF51AA

Tints of Violet Blue #AF51AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.01%

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

R = 41.08%
G = 19.01%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF51AA (or 0xAF51AA) is known color: Violet Blue. HEX triplet: AF, 51 and AA. RGB value is (175,81,170). Sum of RGB (Red+Green+Blue) = 175+81+170=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF51AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF51AA is #50AE55. Grayscale: #767676. Windows color (decimal): -5287510 or 11162031. OLE color: 11162031.

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

Color convert

RGB 175 81 170 -
CMYK 0 0.54 0.03 0.31
HSL 303.19º 0.37% 0.5% -
HSV(B) 303.19º 0.54% 0.69% -
XYZ 27.88 17.9 40.02 -
YUV 119.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 175 81 170 0 0.54 0.03 0.31 303.19 0.37 0.5
Hex AF 51 AA 0 36 3 1F 12F 25 32
Octal 257 121 252 0 66 3 37 457 45 62
Binary 10101111 1010001 10101010 0 110110 11 11111 100101111 100101 110010

Color Harmonies of #AF51AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF51AA

Black with #AF51AA

Text Example


Text Example

White with #AF51AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF51AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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