Html Css Color HEX #AB57DA Medium Orchid

📋 copy color: '#AB57DA'

red 171 ◦ green 87 ◦ blue 218

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

Shades of Medium Orchid #AB57DA

Tints of Medium Orchid #AB57DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 35.92%
G = 18.28%
B = 45.8%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB57DA (or 0xAB57DA) is known color: Medium Orchid. HEX triplet: AB, 57 and DA. RGB value is (171,87,218). Sum of RGB (Red+Green+Blue) = 171+87+218=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB57DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB57DA is #54A825. Grayscale: #7E7E7E. Windows color (decimal): -5548070 or 14309291. OLE color: 14309291.

HSL color Cylindrical-coordinate representation of color #AB57DA: hue angle of 278.47º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB57DA is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 87 218 -
CMYK 0.22 0.60 0 0.15
HSL 278.47º 0.64% 0.6% -
HSV(B) 278.47º 0.6% 0.85% -
XYZ 32.86 20.54 68.56 -
YUV 127.05 179.33 159.35 -
System Red Green Blue C M Y K H S L
Decimal 171 87 218 0.22 0.60 0 0.15 278.47 0.64 0.6
Hex AB 57 DA 16 3C 0 F 116 40 3C
Octal 253 127 332 26 74 0 17 426 100 74
Binary 10101011 1010111 11011010 10110 111100 0 1111 100010110 1000000 111100

Color Harmonies of #AB57DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB57DA

Black with #AB57DA

Text Example


Text Example

White with #AB57DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB57DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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