Html Css Color HEX #AB5DEE Medium Orchid

📋 copy color: '#AB5DEE'

red 171 ◦ green 93 ◦ blue 238

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

Shades of Medium Orchid #AB5DEE

Tints of Medium Orchid #AB5DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.53%

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 34.06%
G = 18.53%
B = 47.41%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB5DEE (or 0xAB5DEE) is known color: Medium Orchid. HEX triplet: AB, 5D and EE. RGB value is (171,93,238). Sum of RGB (Red+Green+Blue) = 171+93+238=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB5DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5DEE is #54A211. Grayscale: #848484. Windows color (decimal): -5546514 or 15621547. OLE color: 15621547.

HSL color Cylindrical-coordinate representation of color #AB5DEE: hue angle of 272.28º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB5DEE is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 93 238 -
CMYK 0.28 0.61 0 0.07
HSL 272.28º 0.81% 0.65% -
HSV(B) 272.28º 0.61% 0.93% -
XYZ 36.14 22.66 83.36 -
YUV 132.85 187.34 155.21 -
System Red Green Blue C M Y K H S L
Decimal 171 93 238 0.28 0.61 0 0.07 272.28 0.81 0.65
Hex AB 5D EE 1C 3D 0 7 110 51 41
Octal 253 135 356 34 75 0 7 420 121 101
Binary 10101011 1011101 11101110 11100 111101 0 111 100010000 1010001 1000001

Color Harmonies of #AB5DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DEE

Black with #AB5DEE

Text Example


Text Example

White with #AB5DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DEE; }

 p { color: rgb(171,93,238); }

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

background-color css

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

 a { background-color: rgb(171,93,238); }

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

border-color css

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

 span { border-color: rgb(171,93,238); }

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