Html Css Color HEX #AF53A8 Violet Blue

📋 copy color: '#AF53A8'

red 175 ◦ green 83 ◦ blue 168

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

Shades of Violet Blue #AF53A8

Tints of Violet Blue #AF53A8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.48%

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

R = 41.08%
G = 19.48%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF53A8 (or 0xAF53A8) is known color: Violet Blue. HEX triplet: AF, 53 and A8. RGB value is (175,83,168). Sum of RGB (Red+Green+Blue) = 175+83+168=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF53A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF53A8 is #50AC57. Grayscale: #777777. Windows color (decimal): -5287000 or 11031471. OLE color: 11031471.

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

Color convert

RGB 175 83 168 -
CMYK 0 0.53 0.04 0.31
HSL 304.57º 0.37% 0.51% -
HSV(B) 304.57º 0.53% 0.69% -
XYZ 27.84 18.13 39.08 -
YUV 120.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 175 83 168 0 0.53 0.04 0.31 304.57 0.37 0.51
Hex AF 53 A8 0 35 4 1F 131 25 33
Octal 257 123 250 0 65 4 37 461 45 63
Binary 10101111 1010011 10101000 0 110101 100 11111 100110001 100101 110011

Color Harmonies of #AF53A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53A8

Black with #AF53A8

Text Example


Text Example

White with #AF53A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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