Html Css Color HEX #AF5BDE Medium Orchid

📋 copy color: '#AF5BDE'

red 175 ◦ green 91 ◦ blue 222

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

Shades of Medium Orchid #AF5BDE

Tints of Medium Orchid #AF5BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.65%

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

R = 35.86%
G = 18.65%
B = 45.49%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF5BDE (or 0xAF5BDE) is known color: Medium Orchid. HEX triplet: AF, 5B and DE. RGB value is (175,91,222). Sum of RGB (Red+Green+Blue) = 175+91+222=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF5BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BDE is #50A421. Grayscale: #828282. Windows color (decimal): -5284898 or 14572463. OLE color: 14572463.

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

Color convert

RGB 175 91 222 -
CMYK 0.21 0.59 0 0.13
HSL 278.47º 0.66% 0.61% -
HSV(B) 278.47º 0.59% 0.87% -
XYZ 34.61 21.87 71.5 -
YUV 131.05 179.33 159.35 -
System Red Green Blue C M Y K H S L
Decimal 175 91 222 0.21 0.59 0 0.13 278.47 0.66 0.61
Hex AF 5B DE 15 3B 0 D 116 42 3D
Octal 257 133 336 25 73 0 15 426 102 75
Binary 10101111 1011011 11011110 10101 111011 0 1101 100010110 1000010 111101

Color Harmonies of #AF5BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BDE

Black with #AF5BDE

Text Example


Text Example

White with #AF5BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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