Html Css Color HEX #AB5EC8 Medium Orchid

📋 copy color: '#AB5EC8'

red 171 ◦ green 94 ◦ blue 200

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

Shades of Medium Orchid #AB5EC8

Tints of Medium Orchid #AB5EC8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.22%

 BLUE value IS 200 (78.52% from 255) = 43.01%

R = 36.77%
G = 20.22%
B = 43.01%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB5EC8 (or 0xAB5EC8) is known color: Medium Orchid. HEX triplet: AB, 5E and C8. RGB value is (171,94,200). Sum of RGB (Red+Green+Blue) = 171+94+200=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB5EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5EC8 is #54A137. Grayscale: #808080. Windows color (decimal): -5546296 or 13131435. OLE color: 13131435.

HSL color Cylindrical-coordinate representation of color #AB5EC8: hue angle of 283.58º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5EC8 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 94 200 -
CMYK 0.14 0.53 0 0.22
HSL 283.58º 0.49% 0.58% -
HSV(B) 283.58º 0.53% 0.78% -
XYZ 31.22 20.83 57.02 -
YUV 129.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 171 94 200 0.14 0.53 0 0.22 283.58 0.49 0.58
Hex AB 5E C8 E 35 0 16 11C 31 3A
Octal 253 136 310 16 65 0 26 434 61 72
Binary 10101011 1011110 11001000 1110 110101 0 10110 100011100 110001 111010

Color Harmonies of #AB5EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5EC8

Black with #AB5EC8

Text Example


Text Example

White with #AB5EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5EC8; }

 p { color: rgb(171,94,200); }

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

background-color css

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

 a { background-color: rgb(171,94,200); }

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

border-color css

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

 span { border-color: rgb(171,94,200); }

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