Html Css Color HEX #AF4EAA Violet Blue

📋 copy color: '#AF4EAA'

red 175 ◦ green 78 ◦ blue 170

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

Shades of Violet Blue #AF4EAA

Tints of Violet Blue #AF4EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.44%

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

R = 41.37%
G = 18.44%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF4EAA (or 0xAF4EAA) is known color: Violet Blue. HEX triplet: AF, 4E and AA. RGB value is (175,78,170). Sum of RGB (Red+Green+Blue) = 175+78+170=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4EAA is #50B155. Grayscale: #757575. Windows color (decimal): -5288278 or 11161263. OLE color: 11161263.

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

Color convert

RGB 175 78 170 -
CMYK 0 0.55 0.03 0.31
HSL 303.09º 0.38% 0.5% -
HSV(B) 303.09º 0.55% 0.69% -
XYZ 27.66 17.47 39.94 -
YUV 117.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 175 78 170 0 0.55 0.03 0.31 303.09 0.38 0.5
Hex AF 4E AA 0 37 3 1F 12F 26 32
Octal 257 116 252 0 67 3 37 457 46 62
Binary 10101111 1001110 10101010 0 110111 11 11111 100101111 100110 110010

Color Harmonies of #AF4EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4EAA

Black with #AF4EAA

Text Example


Text Example

White with #AF4EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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