Html Css Color HEX #AB56CC Medium Orchid

📋 copy color: '#AB56CC'

red 171 ◦ green 86 ◦ blue 204

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

Shades of Medium Orchid #AB56CC

Tints of Medium Orchid #AB56CC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.66%

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 37.09%
G = 18.66%
B = 44.25%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB56CC (or 0xAB56CC) is known color: Medium Orchid. HEX triplet: AB, 56 and CC. RGB value is (171,86,204). Sum of RGB (Red+Green+Blue) = 171+86+204=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB56CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB56CC is #54A933. Grayscale: #7C7C7C. Windows color (decimal): -5548340 or 13391531. OLE color: 13391531.

HSL color Cylindrical-coordinate representation of color #AB56CC: hue angle of 283.22º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB56CC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 86 204 -
CMYK 0.16 0.58 0 0.2
HSL 283.22º 0.54% 0.57% -
HSV(B) 283.22º 0.58% 0.8% -
XYZ 31.02 19.67 59.29 -
YUV 124.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 171 86 204 0.16 0.58 0 0.2 283.22 0.54 0.57
Hex AB 56 CC 10 3A 0 14 11B 36 39
Octal 253 126 314 20 72 0 24 433 66 71
Binary 10101011 1010110 11001100 10000 111010 0 10100 100011011 110110 111001

Color Harmonies of #AB56CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB56CC

Black with #AB56CC

Text Example


Text Example

White with #AB56CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB56CC; }

 p { color: rgb(171,86,204); }

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

background-color css

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

 a { background-color: rgb(171,86,204); }

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

border-color css

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

 span { border-color: rgb(171,86,204); }

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