Html Css Color HEX #AF51A8 Violet Blue

📋 copy color: '#AF51A8'

red 175 ◦ green 81 ◦ blue 168

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

Shades of Violet Blue #AF51A8

Tints of Violet Blue #AF51A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.62%

R = 41.27%
G = 19.1%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF51A8 (or 0xAF51A8) is known color: Violet Blue. HEX triplet: AF, 51 and A8. RGB value is (175,81,168). Sum of RGB (Red+Green+Blue) = 175+81+168=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF51A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF51A8 is #50AE57. Grayscale: #767676. Windows color (decimal): -5287512 or 11030959. OLE color: 11030959.

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

Color convert

RGB 175 81 168 -
CMYK 0 0.54 0.04 0.31
HSL 304.47º 0.37% 0.5% -
HSV(B) 304.47º 0.54% 0.69% -
XYZ 27.69 17.83 39.03 -
YUV 119.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 175 81 168 0 0.54 0.04 0.31 304.47 0.37 0.5
Hex AF 51 A8 0 36 4 1F 130 25 32
Octal 257 121 250 0 66 4 37 460 45 62
Binary 10101111 1010001 10101000 0 110110 100 11111 100110000 100101 110010

Color Harmonies of #AF51A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF51A8

Black with #AF51A8

Text Example


Text Example

White with #AF51A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF51A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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