Html Css Color HEX #AB54D2 Medium Orchid

📋 copy color: '#AB54D2'

red 171 ◦ green 84 ◦ blue 210

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

Shades of Medium Orchid #AB54D2

Tints of Medium Orchid #AB54D2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.06%

 BLUE value IS 210 (82.42% from 255) = 45.16%

R = 36.77%
G = 18.06%
B = 45.16%

CMYK

 C value IS 0.19

 M value IS 0.6

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB54D2 (or 0xAB54D2) is known color: Medium Orchid. HEX triplet: AB, 54 and D2. RGB value is (171,84,210). Sum of RGB (Red+Green+Blue) = 171+84+210=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB54D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54D2 is #54AB2D. Grayscale: #7B7B7B. Windows color (decimal): -5548846 or 13784235. OLE color: 13784235.

HSL color Cylindrical-coordinate representation of color #AB54D2: hue angle of 281.43º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB54D2 is Cyan = 0.19, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 84 210 -
CMYK 0.19 0.6 0 0.18
HSL 281.43º 0.58% 0.58% -
HSV(B) 281.43º 0.6% 0.82% -
XYZ 31.6 19.65 63.1 -
YUV 124.38 176.32 161.25 -
System Red Green Blue C M Y K H S L
Decimal 171 84 210 0.19 0.6 0 0.18 281.43 0.58 0.58
Hex AB 54 D2 13 3C 0 12 119 3A 3A
Octal 253 124 322 23 74 0 22 431 72 72
Binary 10101011 1010100 11010010 10011 111100 0 10010 100011001 111010 111010

Color Harmonies of #AB54D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB54D2

Black with #AB54D2

Text Example


Text Example

White with #AB54D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB54D2; }

 p { color: rgb(171,84,210); }

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

background-color css

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

 a { background-color: rgb(171,84,210); }

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

border-color css

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

 span { border-color: rgb(171,84,210); }

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