Html Css Color HEX #AF4EA2 Violet Blue

📋 copy color: '#AF4EA2'

red 175 ◦ green 78 ◦ blue 162

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

Shades of Violet Blue #AF4EA2

Tints of Violet Blue #AF4EA2

RGB

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

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

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

R = 42.17%
G = 18.8%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF4EA2 (or 0xAF4EA2) is known color: Violet Blue. HEX triplet: AF, 4E and A2. RGB value is (175,78,162). Sum of RGB (Red+Green+Blue) = 175+78+162=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4EA2 is #50B15D. Grayscale: #747474. Windows color (decimal): -5288286 or 10636975. OLE color: 10636975.

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

Color convert

RGB 175 78 162 -
CMYK 0 0.55 0.07 0.31
HSL 308.04º 0.38% 0.5% -
HSV(B) 308.04º 0.55% 0.69% -
XYZ 26.93 17.17 36.08 -
YUV 116.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 175 78 162 0 0.55 0.07 0.31 308.04 0.38 0.5
Hex AF 4E A2 0 37 7 1F 134 26 32
Octal 257 116 242 0 67 7 37 464 46 62
Binary 10101111 1001110 10100010 0 110111 111 11111 100110100 100110 110010

Color Harmonies of #AF4EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4EA2

Black with #AF4EA2

Text Example


Text Example

White with #AF4EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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