Html Css Color HEX #AB57CC Medium Orchid

📋 copy color: '#AB57CC'

red 171 ◦ green 87 ◦ blue 204

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

Shades of Medium Orchid #AB57CC

Tints of Medium Orchid #AB57CC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.83%

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

R = 37.01%
G = 18.83%
B = 44.16%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB57CC (or 0xAB57CC) is known color: Medium Orchid. HEX triplet: AB, 57 and CC. RGB value is (171,87,204). Sum of RGB (Red+Green+Blue) = 171+87+204=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB57CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB57CC is #54A833. Grayscale: #7D7D7D. Windows color (decimal): -5548084 or 13391787. OLE color: 13391787.

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

Color convert

RGB 171 87 204 -
CMYK 0.16 0.57 0 0.2
HSL 283.08º 0.53% 0.57% -
HSV(B) 283.08º 0.57% 0.8% -
XYZ 31.1 19.83 59.32 -
YUV 125.45 172.33 160.49 -
System Red Green Blue C M Y K H S L
Decimal 171 87 204 0.16 0.57 0 0.2 283.08 0.53 0.57
Hex AB 57 CC 10 39 0 14 11B 35 39
Octal 253 127 314 20 71 0 24 433 65 71
Binary 10101011 1010111 11001100 10000 111001 0 10100 100011011 110101 111001

Color Harmonies of #AB57CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB57CC

Black with #AB57CC

Text Example


Text Example

White with #AB57CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB57CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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