Html Css Color HEX #AF4C9E Violet Blue

📋 copy color: '#AF4C9E'

red 175 ◦ green 76 ◦ blue 158

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

Shades of Violet Blue #AF4C9E

Tints of Violet Blue #AF4C9E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.58%

 BLUE value IS 158 (62.11% from 255) = 38.63%

R = 42.79%
G = 18.58%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF4C9E (or 0xAF4C9E) is known color: Violet Blue. HEX triplet: AF, 4C and 9E. RGB value is (175,76,158). Sum of RGB (Red+Green+Blue) = 175+76+158=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4C9E is #50B361. Grayscale: #727272. Windows color (decimal): -5288802 or 10374319. OLE color: 10374319.

HSL color Cylindrical-coordinate representation of color #AF4C9E: hue angle of 310.3º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4C9E is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 76 158 -
CMYK 0 0.57 0.10 0.31
HSL 310.3º 0.39% 0.49% -
HSV(B) 310.3º 0.57% 0.69% -
XYZ 26.44 16.75 34.19 -
YUV 114.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 175 76 158 0 0.57 0.10 0.31 310.3 0.39 0.49
Hex AF 4C 9E 0 39 A 1F 136 27 31
Octal 257 114 236 0 71 12 37 466 47 61
Binary 10101111 1001100 10011110 0 111001 1010 11111 100110110 100111 110001

Color Harmonies of #AF4C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C9E

Black with #AF4C9E

Text Example


Text Example

White with #AF4C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C9E; }

 p { color: rgb(175,76,158); }

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

background-color css

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

 a { background-color: rgb(175,76,158); }

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

border-color css

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

 span { border-color: rgb(175,76,158); }

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