Html Css Color HEX #AF5FDE Medium Orchid

📋 copy color: '#AF5FDE'

red 175 ◦ green 95 ◦ blue 222

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

Shades of Medium Orchid #AF5FDE

Tints of Medium Orchid #AF5FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.31%

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 35.57%
G = 19.31%
B = 45.12%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF5FDE (or 0xAF5FDE) is known color: Medium Orchid. HEX triplet: AF, 5F and DE. RGB value is (175,95,222). Sum of RGB (Red+Green+Blue) = 175+95+222=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF5FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FDE is #50A021. Grayscale: #848484. Windows color (decimal): -5283874 or 14573487. OLE color: 14573487.

HSL color Cylindrical-coordinate representation of color #AF5FDE: hue angle of 277.8º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF5FDE is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 95 222 -
CMYK 0.21 0.57 0 0.13
HSL 277.8º 0.66% 0.62% -
HSV(B) 277.8º 0.57% 0.87% -
XYZ 34.96 22.57 71.62 -
YUV 133.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 175 95 222 0.21 0.57 0 0.13 277.8 0.66 0.62
Hex AF 5F DE 15 39 0 D 116 42 3E
Octal 257 137 336 25 71 0 15 426 102 76
Binary 10101111 1011111 11011110 10101 111001 0 1101 100010110 1000010 111110

Color Harmonies of #AF5FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FDE

Black with #AF5FDE

Text Example


Text Example

White with #AF5FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FDE; }

 p { color: rgb(175,95,222); }

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

background-color css

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

 a { background-color: rgb(175,95,222); }

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

border-color css

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

 span { border-color: rgb(175,95,222); }

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