Html Css Color HEX #AF55A2 Violet Blue

📋 copy color: '#AF55A2'

red 175 ◦ green 85 ◦ blue 162

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

Shades of Violet Blue #AF55A2

Tints of Violet Blue #AF55A2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.14%

 BLUE value IS 162 (63.67% from 255) = 38.39%

R = 41.47%
G = 20.14%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF55A2 (or 0xAF55A2) is known color: Violet Blue. HEX triplet: AF, 55 and A2. RGB value is (175,85,162). Sum of RGB (Red+Green+Blue) = 175+85+162=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF55A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF55A2 is #50AA5D. Grayscale: #787878. Windows color (decimal): -5286494 or 10638767. OLE color: 10638767.

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

Color convert

RGB 175 85 162 -
CMYK 0 0.51 0.07 0.31
HSL 308.67º 0.36% 0.51% -
HSV(B) 308.67º 0.51% 0.69% -
XYZ 27.45 18.22 36.25 -
YUV 120.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 175 85 162 0 0.51 0.07 0.31 308.67 0.36 0.51
Hex AF 55 A2 0 33 7 1F 135 24 33
Octal 257 125 242 0 63 7 37 465 44 63
Binary 10101111 1010101 10100010 0 110011 111 11111 100110101 100100 110011

Color Harmonies of #AF55A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55A2

Black with #AF55A2

Text Example


Text Example

White with #AF55A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55A2; }

 p { color: rgb(175,85,162); }

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

background-color css

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

 a { background-color: rgb(175,85,162); }

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

border-color css

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

 span { border-color: rgb(175,85,162); }

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