Html Css Color HEX #AB55CE Medium Orchid

📋 copy color: '#AB55CE'

red 171 ◦ green 85 ◦ blue 206

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

Shades of Medium Orchid #AB55CE

Tints of Medium Orchid #AB55CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 37.01%
G = 18.4%
B = 44.59%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB55CE (or 0xAB55CE) is known color: Medium Orchid. HEX triplet: AB, 55 and CE. RGB value is (171,85,206). Sum of RGB (Red+Green+Blue) = 171+85+206=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB55CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55CE is #54AA31. Grayscale: #7C7C7C. Windows color (decimal): -5548594 or 13522347. OLE color: 13522347.

HSL color Cylindrical-coordinate representation of color #AB55CE: hue angle of 282.64º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB55CE is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 85 206 -
CMYK 0.17 0.59 0 0.19
HSL 282.64º 0.55% 0.57% -
HSV(B) 282.64º 0.59% 0.81% -
XYZ 31.18 19.61 60.53 -
YUV 124.51 173.99 161.16 -
System Red Green Blue C M Y K H S L
Decimal 171 85 206 0.17 0.59 0 0.19 282.64 0.55 0.57
Hex AB 55 CE 11 3B 0 13 11B 37 39
Octal 253 125 316 21 73 0 23 433 67 71
Binary 10101011 1010101 11001110 10001 111011 0 10011 100011011 110111 111001

Color Harmonies of #AB55CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55CE

Black with #AB55CE

Text Example


Text Example

White with #AB55CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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