Html Css Color HEX #AF6EA9 Violet Blue

📋 copy color: '#AF6EA9'

red 175 ◦ green 110 ◦ blue 169

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

Shades of Violet Blue #AF6EA9

Tints of Violet Blue #AF6EA9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.23%

 BLUE value IS 169 (66.41% from 255) = 37.22%

R = 38.55%
G = 24.23%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF6EA9 (or 0xAF6EA9) is known color: Violet Blue. HEX triplet: AF, 6E and A9. RGB value is (175,110,169). Sum of RGB (Red+Green+Blue) = 175+110+169=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6EA9 is #509156. Grayscale: #878787. Windows color (decimal): -5280087 or 11103919. OLE color: 11103919.

HSL color Cylindrical-coordinate representation of color #AF6EA9: hue angle of 305.54º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6EA9 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 110 169 -
CMYK 0 0.37 0.03 0.31
HSL 305.54º 0.29% 0.56% -
HSV(B) 305.54º 0.37% 0.69% -
XYZ 30.42 23.13 40.4 -
YUV 136.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 175 110 169 0 0.37 0.03 0.31 305.54 0.29 0.56
Hex AF 6E A9 0 25 3 1F 132 1D 38
Octal 257 156 251 0 45 3 37 462 35 70
Binary 10101111 1101110 10101001 0 100101 11 11111 100110010 11101 111000

Color Harmonies of #AF6EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6EA9

Black with #AF6EA9

Text Example


Text Example

White with #AF6EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6EA9; }

 p { color: rgb(175,110,169); }

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

background-color css

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

 a { background-color: rgb(175,110,169); }

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

border-color css

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

 span { border-color: rgb(175,110,169); }

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