Html Css Color HEX #AF4EAC Violet Blue

📋 copy color: '#AF4EAC'

red 175 ◦ green 78 ◦ blue 172

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

Shades of Violet Blue #AF4EAC

Tints of Violet Blue #AF4EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.47%

R = 41.18%
G = 18.35%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF4EAC (or 0xAF4EAC) is known color: Violet Blue. HEX triplet: AF, 4E and AC. RGB value is (175,78,172). Sum of RGB (Red+Green+Blue) = 175+78+172=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4EAC is #50B153. Grayscale: #757575. Windows color (decimal): -5288276 or 11292335. OLE color: 11292335.

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

Color convert

RGB 175 78 172 -
CMYK 0 0.55 0.02 0.31
HSL 301.86º 0.38% 0.5% -
HSV(B) 301.86º 0.55% 0.69% -
XYZ 27.85 17.54 40.95 -
YUV 117.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 175 78 172 0 0.55 0.02 0.31 301.86 0.38 0.5
Hex AF 4E AC 0 37 2 1F 12E 26 32
Octal 257 116 254 0 67 2 37 456 46 62
Binary 10101111 1001110 10101100 0 110111 10 11111 100101110 100110 110010

Color Harmonies of #AF4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4EAC

Black with #AF4EAC

Text Example


Text Example

White with #AF4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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