Html Css Color HEX #AB57D4 Medium Orchid

📋 copy color: '#AB57D4'

red 171 ◦ green 87 ◦ blue 212

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

Shades of Medium Orchid #AB57D4

Tints of Medium Orchid #AB57D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.11%

R = 36.38%
G = 18.51%
B = 45.11%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB57D4 (or 0xAB57D4) is known color: Medium Orchid. HEX triplet: AB, 57 and D4. RGB value is (171,87,212). Sum of RGB (Red+Green+Blue) = 171+87+212=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB57D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB57D4 is #54A82B. Grayscale: #7D7D7D. Windows color (decimal): -5548076 or 13916075. OLE color: 13916075.

HSL color Cylindrical-coordinate representation of color #AB57D4: hue angle of 280.32º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB57D4 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 87 212 -
CMYK 0.19 0.59 0 0.17
HSL 280.32º 0.59% 0.59% -
HSV(B) 280.32º 0.59% 0.83% -
XYZ 32.09 20.23 64.5 -
YUV 126.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 171 87 212 0.19 0.59 0 0.17 280.32 0.59 0.59
Hex AB 57 D4 13 3B 0 11 118 3B 3B
Octal 253 127 324 23 73 0 21 430 73 73
Binary 10101011 1010111 11010100 10011 111011 0 10001 100011000 111011 111011

Color Harmonies of #AB57D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB57D4

Black with #AB57D4

Text Example


Text Example

White with #AB57D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB57D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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