Html Css Color HEX #AF5EDB Medium Orchid

📋 copy color: '#AF5EDB'

red 175 ◦ green 94 ◦ blue 219

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

Shades of Medium Orchid #AF5EDB

Tints of Medium Orchid #AF5EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 35.86%
G = 19.26%
B = 44.88%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF5EDB (or 0xAF5EDB) is known color: Medium Orchid. HEX triplet: AF, 5E and DB. RGB value is (175,94,219). Sum of RGB (Red+Green+Blue) = 175+94+219=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF5EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5EDB is #50A124. Grayscale: #848484. Windows color (decimal): -5284133 or 14376623. OLE color: 14376623.

HSL color Cylindrical-coordinate representation of color #AF5EDB: hue angle of 278.88º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF5EDB is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 94 219 -
CMYK 0.20 0.57 0 0.14
HSL 278.88º 0.63% 0.61% -
HSV(B) 278.88º 0.57% 0.86% -
XYZ 34.47 22.23 69.49 -
YUV 132.47 176.84 158.34 -
System Red Green Blue C M Y K H S L
Decimal 175 94 219 0.20 0.57 0 0.14 278.88 0.63 0.61
Hex AF 5E DB 14 39 0 E 117 3F 3D
Octal 257 136 333 24 71 0 16 427 77 75
Binary 10101111 1011110 11011011 10100 111001 0 1110 100010111 111111 111101

Color Harmonies of #AF5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EDB

Black with #AF5EDB

Text Example


Text Example

White with #AF5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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