Html Css Color HEX #AF44AA Violet Blue

📋 copy color: '#AF44AA'

red 175 ◦ green 68 ◦ blue 170

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

Shades of Violet Blue #AF44AA

Tints of Violet Blue #AF44AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.46%

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

R = 42.37%
G = 16.46%
B = 41.16%

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

#AF44AA (or 0xAF44AA) is known color: Violet Blue. HEX triplet: AF, 44 and AA. RGB value is (175,68,170). Sum of RGB (Red+Green+Blue) = 175+68+170=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF44AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF44AA is #50BB55. Grayscale: #6F6F6F. Windows color (decimal): -5290838 or 11158703. OLE color: 11158703.

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

Color convert

RGB 175 68 170 -
CMYK 0 0.61 0.03 0.31
HSL 302.8º 0.44% 0.48% -
HSV(B) 302.8º 0.61% 0.69% -
XYZ 27 16.15 39.72 -
YUV 111.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 175 68 170 0 0.61 0.03 0.31 302.8 0.44 0.48
Hex AF 44 AA 0 3D 3 1F 12F 2C 30
Octal 257 104 252 0 75 3 37 457 54 60
Binary 10101111 1000100 10101010 0 111101 11 11111 100101111 101100 110000

Color Harmonies of #AF44AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF44AA

Black with #AF44AA

Text Example


Text Example

White with #AF44AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF44AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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