Html Css Color HEX #AF53A2 Violet Blue

📋 copy color: '#AF53A2'

red 175 ◦ green 83 ◦ blue 162

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

Shades of Violet Blue #AF53A2

Tints of Violet Blue #AF53A2

RGB

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

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

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

R = 41.67%
G = 19.76%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF53A2 (or 0xAF53A2) is known color: Violet Blue. HEX triplet: AF, 53 and A2. RGB value is (175,83,162). Sum of RGB (Red+Green+Blue) = 175+83+162=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF53A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF53A2 is #50AC5D. Grayscale: #777777. Windows color (decimal): -5287006 or 10638255. OLE color: 10638255.

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

Color convert

RGB 175 83 162 -
CMYK 0 0.53 0.07 0.31
HSL 308.48º 0.37% 0.51% -
HSV(B) 308.48º 0.53% 0.69% -
XYZ 27.29 17.91 36.2 -
YUV 119.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 175 83 162 0 0.53 0.07 0.31 308.48 0.37 0.51
Hex AF 53 A2 0 35 7 1F 134 25 33
Octal 257 123 242 0 65 7 37 464 45 63
Binary 10101111 1010011 10100010 0 110101 111 11111 100110100 100101 110011

Color Harmonies of #AF53A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53A2

Black with #AF53A2

Text Example


Text Example

White with #AF53A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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