Html Css Color HEX #AB55EA Medium Orchid

📋 copy color: '#AB55EA'

red 171 ◦ green 85 ◦ blue 234

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

Shades of Medium Orchid #AB55EA

Tints of Medium Orchid #AB55EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 34.9%
G = 17.35%
B = 47.76%

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

#AB55EA (or 0xAB55EA) is known color: Medium Orchid. HEX triplet: AB, 55 and EA. RGB value is (171,85,234). Sum of RGB (Red+Green+Blue) = 171+85+234=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB55EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB55EA is #54AA15. Grayscale: #7F7F7F. Windows color (decimal): -5548566 or 15357355. OLE color: 15357355.

HSL color Cylindrical-coordinate representation of color #AB55EA: hue angle of 274.63º degrees, saturation: 0.78, 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 #AB55EA is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 85 234 -
CMYK 0.27 0.64 0 0.08
HSL 274.63º 0.78% 0.63% -
HSV(B) 274.63º 0.64% 0.92% -
XYZ 34.89 21.1 80.07 -
YUV 127.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 171 85 234 0.27 0.64 0 0.08 274.63 0.78 0.63
Hex AB 55 EA 1B 40 0 8 113 4E 3F
Octal 253 125 352 33 100 0 10 423 116 77
Binary 10101011 1010101 11101010 11011 1000000 0 1000 100010011 1001110 111111

Color Harmonies of #AB55EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55EA

Black with #AB55EA

Text Example


Text Example

White with #AB55EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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