Html Css Color HEX #AF5D9E Violet Blue

📋 copy color: '#AF5D9E'

red 175 ◦ green 93 ◦ blue 158

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

Shades of Violet Blue #AF5D9E

Tints of Violet Blue #AF5D9E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.83%

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

R = 41.08%
G = 21.83%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF5D9E (or 0xAF5D9E) is known color: Violet Blue. HEX triplet: AF, 5D and 9E. RGB value is (175,93,158). Sum of RGB (Red+Green+Blue) = 175+93+158=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5D9E is #50A261. Grayscale: #7C7C7C. Windows color (decimal): -5284450 or 10378671. OLE color: 10378671.

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

Color convert

RGB 175 93 158 -
CMYK 0 0.47 0.10 0.31
HSL 312.44º 0.34% 0.53% -
HSV(B) 312.44º 0.47% 0.69% -
XYZ 27.77 19.41 34.63 -
YUV 124.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 175 93 158 0 0.47 0.10 0.31 312.44 0.34 0.53
Hex AF 5D 9E 0 2F A 1F 138 22 35
Octal 257 135 236 0 57 12 37 470 42 65
Binary 10101111 1011101 10011110 0 101111 1010 11111 100111000 100010 110101

Color Harmonies of #AF5D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D9E

Black with #AF5D9E

Text Example


Text Example

White with #AF5D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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