Html Css Color HEX #AF54A8 Violet Blue

📋 copy color: '#AF54A8'

red 175 ◦ green 84 ◦ blue 168

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

Shades of Violet Blue #AF54A8

Tints of Violet Blue #AF54A8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.67%

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

R = 40.98%
G = 19.67%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF54A8 (or 0xAF54A8) is known color: Violet Blue. HEX triplet: AF, 54 and A8. RGB value is (175,84,168). Sum of RGB (Red+Green+Blue) = 175+84+168=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF54A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF54A8 is #50AB57. Grayscale: #787878. Windows color (decimal): -5286744 or 11031727. OLE color: 11031727.

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

Color convert

RGB 175 84 168 -
CMYK 0 0.52 0.04 0.31
HSL 304.62º 0.36% 0.51% -
HSV(B) 304.62º 0.52% 0.69% -
XYZ 27.92 18.28 39.1 -
YUV 120.79 154.65 166.67 -
System Red Green Blue C M Y K H S L
Decimal 175 84 168 0 0.52 0.04 0.31 304.62 0.36 0.51
Hex AF 54 A8 0 34 4 1F 131 24 33
Octal 257 124 250 0 64 4 37 461 44 63
Binary 10101111 1010100 10101000 0 110100 100 11111 100110001 100100 110011

Color Harmonies of #AF54A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54A8

Black with #AF54A8

Text Example


Text Example

White with #AF54A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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