Html Css Color HEX #AB55EB Medium Orchid

📋 copy color: '#AB55EB'

red 171 ◦ green 85 ◦ blue 235

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

Shades of Medium Orchid #AB55EB

Tints of Medium Orchid #AB55EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 34.83%
G = 17.31%
B = 47.86%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB55EB (or 0xAB55EB) is known color: Medium Orchid. HEX triplet: AB, 55 and EB. RGB value is (171,85,235). Sum of RGB (Red+Green+Blue) = 171+85+235=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB55EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB55EB is #54AA14. Grayscale: #7F7F7F. Windows color (decimal): -5548565 or 15422891. OLE color: 15422891.

HSL color Cylindrical-coordinate representation of color #AB55EB: hue angle of 274.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB55EB is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 85 235 -
CMYK 0.27 0.64 0 0.08
HSL 274.4º 0.79% 0.63% -
HSV(B) 274.4º 0.64% 0.92% -
XYZ 35.04 21.15 80.83 -
YUV 127.81 188.49 158.8 -
System Red Green Blue C M Y K H S L
Decimal 171 85 235 0.27 0.64 0 0.08 274.4 0.79 0.63
Hex AB 55 EB 1B 40 0 8 112 4F 3F
Octal 253 125 353 33 100 0 10 422 117 77
Binary 10101011 1010101 11101011 11011 1000000 0 1000 100010010 1001111 111111

Color Harmonies of #AB55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55EB

Black with #AB55EB

Text Example


Text Example

White with #AB55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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