Html Css Color HEX #AF5E9E Violet Blue

📋 copy color: '#AF5E9E'

red 175 ◦ green 94 ◦ blue 158

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

Shades of Violet Blue #AF5E9E

Tints of Violet Blue #AF5E9E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.01%

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

R = 40.98%
G = 22.01%
B = 37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF5E9E (or 0xAF5E9E) is known color: Violet Blue. HEX triplet: AF, 5E and 9E. RGB value is (175,94,158). Sum of RGB (Red+Green+Blue) = 175+94+158=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5E9E is #50A161. Grayscale: #7D7D7D. Windows color (decimal): -5284194 or 10378927. OLE color: 10378927.

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

Color convert

RGB 175 94 158 -
CMYK 0 0.46 0.10 0.31
HSL 312.59º 0.34% 0.53% -
HSV(B) 312.59º 0.46% 0.69% -
XYZ 27.85 19.59 34.66 -
YUV 125.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 175 94 158 0 0.46 0.10 0.31 312.59 0.34 0.53
Hex AF 5E 9E 0 2E A 1F 139 22 35
Octal 257 136 236 0 56 12 37 471 42 65
Binary 10101111 1011110 10011110 0 101110 1010 11111 100111001 100010 110101

Color Harmonies of #AF5E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E9E

Black with #AF5E9E

Text Example


Text Example

White with #AF5E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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