Html Css Color HEX #AB5AD4 Medium Orchid

📋 copy color: '#AB5AD4'

red 171 ◦ green 90 ◦ blue 212

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

Shades of Medium Orchid #AB5AD4

Tints of Medium Orchid #AB5AD4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.03%

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

R = 36.15%
G = 19.03%
B = 44.82%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB5AD4 (or 0xAB5AD4) is known color: Medium Orchid. HEX triplet: AB, 5A and D4. RGB value is (171,90,212). Sum of RGB (Red+Green+Blue) = 171+90+212=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB5AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5AD4 is #54A52B. Grayscale: #7F7F7F. Windows color (decimal): -5547308 or 13916843. OLE color: 13916843.

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

Color convert

RGB 171 90 212 -
CMYK 0.19 0.58 0 0.17
HSL 279.84º 0.59% 0.59% -
HSV(B) 279.84º 0.58% 0.83% -
XYZ 32.33 20.72 64.58 -
YUV 128.13 175.34 158.58 -
System Red Green Blue C M Y K H S L
Decimal 171 90 212 0.19 0.58 0 0.17 279.84 0.59 0.59
Hex AB 5A D4 13 3A 0 11 118 3B 3B
Octal 253 132 324 23 72 0 21 430 73 73
Binary 10101011 1011010 11010100 10011 111010 0 10001 100011000 111011 111011

Color Harmonies of #AB5AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5AD4

Black with #AB5AD4

Text Example


Text Example

White with #AB5AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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