Html Css Color HEX #AB51D2 Medium Orchid

📋 copy color: '#AB51D2'

red 171 ◦ green 81 ◦ blue 210

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

Shades of Medium Orchid #AB51D2

Tints of Medium Orchid #AB51D2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.53%

 BLUE value IS 210 (82.42% from 255) = 45.45%

R = 37.01%
G = 17.53%
B = 45.45%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB51D2 (or 0xAB51D2) is known color: Medium Orchid. HEX triplet: AB, 51 and D2. RGB value is (171,81,210). Sum of RGB (Red+Green+Blue) = 171+81+210=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB51D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB51D2 is #54AE2D. Grayscale: #7A7A7A. Windows color (decimal): -5549614 or 13783467. OLE color: 13783467.

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

Color convert

RGB 171 81 210 -
CMYK 0.19 0.61 0 0.18
HSL 281.86º 0.59% 0.57% -
HSV(B) 281.86º 0.61% 0.82% -
XYZ 31.37 19.2 63.02 -
YUV 122.62 177.32 162.51 -
System Red Green Blue C M Y K H S L
Decimal 171 81 210 0.19 0.61 0 0.18 281.86 0.59 0.57
Hex AB 51 D2 13 3D 0 12 11A 3B 39
Octal 253 121 322 23 75 0 22 432 73 71
Binary 10101011 1010001 11010010 10011 111101 0 10010 100011010 111011 111001

Color Harmonies of #AB51D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB51D2

Black with #AB51D2

Text Example


Text Example

White with #AB51D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB51D2; }

 p { color: rgb(171,81,210); }

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

background-color css

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

 a { background-color: rgb(171,81,210); }

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

border-color css

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

 span { border-color: rgb(171,81,210); }

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