Html Css Color HEX #AF4A9E Violet Blue

📋 copy color: '#AF4A9E'

red 175 ◦ green 74 ◦ blue 158

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

Shades of Violet Blue #AF4A9E

Tints of Violet Blue #AF4A9E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.18%

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

R = 43%
G = 18.18%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF4A9E (or 0xAF4A9E) is known color: Violet Blue. HEX triplet: AF, 4A and 9E. RGB value is (175,74,158). Sum of RGB (Red+Green+Blue) = 175+74+158=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4A9E is #50B561. Grayscale: #717171. Windows color (decimal): -5289314 or 10373807. OLE color: 10373807.

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

Color convert

RGB 175 74 158 -
CMYK 0 0.58 0.10 0.31
HSL 310.1º 0.41% 0.49% -
HSV(B) 310.1º 0.58% 0.69% -
XYZ 26.3 16.48 34.14 -
YUV 113.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 175 74 158 0 0.58 0.10 0.31 310.1 0.41 0.49
Hex AF 4A 9E 0 3A A 1F 136 29 31
Octal 257 112 236 0 72 12 37 466 51 61
Binary 10101111 1001010 10011110 0 111010 1010 11111 100110110 101001 110001

Color Harmonies of #AF4A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A9E

Black with #AF4A9E

Text Example


Text Example

White with #AF4A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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