Html Css Color HEX #AB5EDD Medium Orchid

📋 copy color: '#AB5EDD'

red 171 ◦ green 94 ◦ blue 221

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

Shades of Medium Orchid #AB5EDD

Tints of Medium Orchid #AB5EDD

RGB

 RED value IS 171 (67.19% from 255) = 35.19%

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 35.19%
G = 19.34%
B = 45.47%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB5EDD (or 0xAB5EDD) is known color: Medium Orchid. HEX triplet: AB, 5E and DD. RGB value is (171,94,221). Sum of RGB (Red+Green+Blue) = 171+94+221=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB5EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5EDD is #54A122. Grayscale: #838383. Windows color (decimal): -5546275 or 14507691. OLE color: 14507691.

HSL color Cylindrical-coordinate representation of color #AB5EDD: hue angle of 276.38º degrees, saturation: 0.65, 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 #AB5EDD is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 94 221 -
CMYK 0.23 0.57 0 0.13
HSL 276.38º 0.65% 0.62% -
HSV(B) 276.38º 0.57% 0.87% -
XYZ 33.85 21.88 70.85 -
YUV 131.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 171 94 221 0.23 0.57 0 0.13 276.38 0.65 0.62
Hex AB 5E DD 17 39 0 D 114 41 3E
Octal 253 136 335 27 71 0 15 424 101 76
Binary 10101011 1011110 11011101 10111 111001 0 1101 100010100 1000001 111110

Color Harmonies of #AB5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5EDD

Black with #AB5EDD

Text Example


Text Example

White with #AB5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5EDD; }

 p { color: rgb(171,94,221); }

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

background-color css

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

 a { background-color: rgb(171,94,221); }

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

border-color css

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

 span { border-color: rgb(171,94,221); }

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