Html Css Color HEX #AB54DD Medium Orchid

📋 copy color: '#AB54DD'

red 171 ◦ green 84 ◦ blue 221

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

Shades of Medium Orchid #AB54DD

Tints of Medium Orchid #AB54DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 35.92%
G = 17.65%
B = 46.43%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB54DD (or 0xAB54DD) is known color: Medium Orchid. HEX triplet: AB, 54 and DD. RGB value is (171,84,221). Sum of RGB (Red+Green+Blue) = 171+84+221=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB54DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54DD is #54AB22. Grayscale: #7D7D7D. Windows color (decimal): -5548835 or 14505131. OLE color: 14505131.

HSL color Cylindrical-coordinate representation of color #AB54DD: hue angle of 278.1º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB54DD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 84 221 -
CMYK 0.23 0.62 0 0.13
HSL 278.1º 0.67% 0.6% -
HSV(B) 278.1º 0.62% 0.87% -
XYZ 33.02 20.22 70.57 -
YUV 125.63 181.82 160.36 -
System Red Green Blue C M Y K H S L
Decimal 171 84 221 0.23 0.62 0 0.13 278.1 0.67 0.6
Hex AB 54 DD 17 3E 0 D 116 43 3C
Octal 253 124 335 27 76 0 15 426 103 74
Binary 10101011 1010100 11011101 10111 111110 0 1101 100010110 1000011 111100

Color Harmonies of #AB54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB54DD

Black with #AB54DD

Text Example


Text Example

White with #AB54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB54DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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