Html Css Color HEX #AF5EC9 Medium Orchid

📋 copy color: '#AF5EC9'

red 175 ◦ green 94 ◦ blue 201

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

Shades of Medium Orchid #AF5EC9

Tints of Medium Orchid #AF5EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.77%

R = 37.23%
G = 20%
B = 42.77%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF5EC9 (or 0xAF5EC9) is known color: Medium Orchid. HEX triplet: AF, 5E and C9. RGB value is (175,94,201). Sum of RGB (Red+Green+Blue) = 175+94+201=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF5EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5EC9 is #50A136. Grayscale: #828282. Windows color (decimal): -5284151 or 13196975. OLE color: 13196975.

HSL color Cylindrical-coordinate representation of color #AF5EC9: hue angle of 285.42º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5EC9 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 94 201 -
CMYK 0.13 0.53 0 0.21
HSL 285.42º 0.5% 0.58% -
HSV(B) 285.42º 0.53% 0.79% -
XYZ 32.22 21.34 57.68 -
YUV 130.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 175 94 201 0.13 0.53 0 0.21 285.42 0.5 0.58
Hex AF 5E C9 D 35 0 15 11D 32 3A
Octal 257 136 311 15 65 0 25 435 62 72
Binary 10101111 1011110 11001001 1101 110101 0 10101 100011101 110010 111010

Color Harmonies of #AF5EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EC9

Black with #AF5EC9

Text Example


Text Example

White with #AF5EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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