Html Css Color HEX #AB57CA Medium Orchid

📋 copy color: '#AB57CA'

red 171 ◦ green 87 ◦ blue 202

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

Shades of Medium Orchid #AB57CA

Tints of Medium Orchid #AB57CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.91%

R = 37.17%
G = 18.91%
B = 43.91%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB57CA (or 0xAB57CA) is known color: Medium Orchid. HEX triplet: AB, 57 and CA. RGB value is (171,87,202). Sum of RGB (Red+Green+Blue) = 171+87+202=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB57CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB57CA is #54A835. Grayscale: #7C7C7C. Windows color (decimal): -5548086 or 13260715. OLE color: 13260715.

HSL color Cylindrical-coordinate representation of color #AB57CA: hue angle of 283.83º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB57CA is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 87 202 -
CMYK 0.15 0.57 0 0.21
HSL 283.83º 0.52% 0.57% -
HSV(B) 283.83º 0.57% 0.79% -
XYZ 30.86 19.74 58.06 -
YUV 125.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 171 87 202 0.15 0.57 0 0.21 283.83 0.52 0.57
Hex AB 57 CA F 39 0 15 11C 34 39
Octal 253 127 312 17 71 0 25 434 64 71
Binary 10101011 1010111 11001010 1111 111001 0 10101 100011100 110100 111001

Color Harmonies of #AB57CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB57CA

Black with #AB57CA

Text Example


Text Example

White with #AB57CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB57CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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