Html Css Color HEX #AB55EE Medium Orchid

📋 copy color: '#AB55EE'

red 171 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #AB55EE

Tints of Medium Orchid #AB55EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.21%

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

R = 34.62%
G = 17.21%
B = 48.18%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB55EE (or 0xAB55EE) is known color: Medium Orchid. HEX triplet: AB, 55 and EE. RGB value is (171,85,238). Sum of RGB (Red+Green+Blue) = 171+85+238=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB55EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB55EE is #54AA11. Grayscale: #7F7F7F. Windows color (decimal): -5548562 or 15619499. OLE color: 15619499.

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

Color convert

RGB 171 85 238 -
CMYK 0.28 0.64 0 0.07
HSL 273.73º 0.82% 0.63% -
HSV(B) 273.73º 0.64% 0.93% -
XYZ 35.48 21.33 83.14 -
YUV 128.16 189.99 158.56 -
System Red Green Blue C M Y K H S L
Decimal 171 85 238 0.28 0.64 0 0.07 273.73 0.82 0.63
Hex AB 55 EE 1C 40 0 7 112 52 3F
Octal 253 125 356 34 100 0 7 422 122 77
Binary 10101011 1010101 11101110 11100 1000000 0 111 100010010 1010010 111111

Color Harmonies of #AB55EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55EE

Black with #AB55EE

Text Example


Text Example

White with #AB55EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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