Html Css Color HEX #AB5AD2 Medium Orchid

📋 copy color: '#AB5AD2'

red 171 ◦ green 90 ◦ blue 210

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

Shades of Medium Orchid #AB5AD2

Tints of Medium Orchid #AB5AD2

RGB

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

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

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

R = 36.31%
G = 19.11%
B = 44.59%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB5AD2 (or 0xAB5AD2) is known color: Medium Orchid. HEX triplet: AB, 5A and D2. RGB value is (171,90,210). Sum of RGB (Red+Green+Blue) = 171+90+210=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB5AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5AD2 is #54A52D. Grayscale: #7F7F7F. Windows color (decimal): -5547310 or 13785771. OLE color: 13785771.

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

Color convert

RGB 171 90 210 -
CMYK 0.19 0.57 0 0.18
HSL 280.5º 0.57% 0.59% -
HSV(B) 280.5º 0.57% 0.82% -
XYZ 32.08 20.62 63.26 -
YUV 127.9 174.34 158.74 -
System Red Green Blue C M Y K H S L
Decimal 171 90 210 0.19 0.57 0 0.18 280.5 0.57 0.59
Hex AB 5A D2 13 39 0 12 118 39 3B
Octal 253 132 322 23 71 0 22 430 71 73
Binary 10101011 1011010 11010010 10011 111001 0 10010 100011000 111001 111011

Color Harmonies of #AB5AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5AD2

Black with #AB5AD2

Text Example


Text Example

White with #AB5AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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