Html Css Color HEX #AF53AA Violet Blue

📋 copy color: '#AF53AA'

red 175 ◦ green 83 ◦ blue 170

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

Shades of Violet Blue #AF53AA

Tints of Violet Blue #AF53AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.72%

R = 40.89%
G = 19.39%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF53AA (or 0xAF53AA) is known color: Violet Blue. HEX triplet: AF, 53 and AA. RGB value is (175,83,170). Sum of RGB (Red+Green+Blue) = 175+83+170=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF53AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF53AA is #50AC55. Grayscale: #787878. Windows color (decimal): -5286998 or 11162543. OLE color: 11162543.

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

Color convert

RGB 175 83 170 -
CMYK 0 0.53 0.03 0.31
HSL 303.26º 0.37% 0.51% -
HSV(B) 303.26º 0.53% 0.69% -
XYZ 28.03 18.2 40.07 -
YUV 120.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 175 83 170 0 0.53 0.03 0.31 303.26 0.37 0.51
Hex AF 53 AA 0 35 3 1F 12F 25 33
Octal 257 123 252 0 65 3 37 457 45 63
Binary 10101111 1010011 10101010 0 110101 11 11111 100101111 100101 110011

Color Harmonies of #AF53AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53AA

Black with #AF53AA

Text Example


Text Example

White with #AF53AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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