Html Css Color HEX #AB51D4 Medium Orchid

📋 copy color: '#AB51D4'

red 171 ◦ green 81 ◦ blue 212

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

Shades of Medium Orchid #AB51D4

Tints of Medium Orchid #AB51D4

RGB

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

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

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

R = 36.85%
G = 17.46%
B = 45.69%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB51D4 (or 0xAB51D4) is known color: Medium Orchid. HEX triplet: AB, 51 and D4. RGB value is (171,81,212). Sum of RGB (Red+Green+Blue) = 171+81+212=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB51D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB51D4 is #54AE2B. Grayscale: #7A7A7A. Windows color (decimal): -5549612 or 13914539. OLE color: 13914539.

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

Color convert

RGB 171 81 212 -
CMYK 0.19 0.62 0 0.17
HSL 281.22º 0.6% 0.57% -
HSV(B) 281.22º 0.62% 0.83% -
XYZ 31.62 19.3 64.35 -
YUV 122.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 171 81 212 0.19 0.62 0 0.17 281.22 0.6 0.57
Hex AB 51 D4 13 3E 0 11 119 3C 39
Octal 253 121 324 23 76 0 21 431 74 71
Binary 10101011 1010001 11010100 10011 111110 0 10001 100011001 111100 111001

Color Harmonies of #AB51D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB51D4

Black with #AB51D4

Text Example


Text Example

White with #AB51D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB51D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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