Html Css Color HEX #AF45AA Violet Blue

📋 copy color: '#AF45AA'

red 175 ◦ green 69 ◦ blue 170

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

Shades of Violet Blue #AF45AA

Tints of Violet Blue #AF45AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.67%

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

R = 42.27%
G = 16.67%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF45AA (or 0xAF45AA) is known color: Violet Blue. HEX triplet: AF, 45 and AA. RGB value is (175,69,170). Sum of RGB (Red+Green+Blue) = 175+69+170=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF45AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF45AA is #50BA55. Grayscale: #6F6F6F. Windows color (decimal): -5290582 or 11158959. OLE color: 11158959.

HSL color Cylindrical-coordinate representation of color #AF45AA: hue angle of 302.83º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF45AA is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 170 -
CMYK 0 0.61 0.03 0.31
HSL 302.83º 0.43% 0.48% -
HSV(B) 302.83º 0.61% 0.69% -
XYZ 27.06 16.27 39.74 -
YUV 112.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 175 69 170 0 0.61 0.03 0.31 302.83 0.43 0.48
Hex AF 45 AA 0 3D 3 1F 12F 2B 30
Octal 257 105 252 0 75 3 37 457 53 60
Binary 10101111 1000101 10101010 0 111101 11 11111 100101111 101011 110000

Color Harmonies of #AF45AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45AA

Black with #AF45AA

Text Example


Text Example

White with #AF45AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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