Html Css Color HEX #AB4AD8 Medium Orchid

📋 copy color: '#AB4AD8'

red 171 ◦ green 74 ◦ blue 216

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

Shades of Medium Orchid #AB4AD8

Tints of Medium Orchid #AB4AD8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.05%

 BLUE value IS 216 (84.77% from 255) = 46.85%

R = 37.09%
G = 16.05%
B = 46.85%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB4AD8 (or 0xAB4AD8) is known color: Medium Orchid. HEX triplet: AB, 4A and D8. RGB value is (171,74,216). Sum of RGB (Red+Green+Blue) = 171+74+216=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB4AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4AD8 is #54B527. Grayscale: #767676. Windows color (decimal): -5551400 or 14174891. OLE color: 14174891.

HSL color Cylindrical-coordinate representation of color #AB4AD8: hue angle of 280.99º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4AD8 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 74 216 -
CMYK 0.21 0.66 0 0.15
HSL 280.99º 0.65% 0.57% -
HSV(B) 280.99º 0.66% 0.85% -
XYZ 31.64 18.51 66.87 -
YUV 119.19 182.64 164.95 -
System Red Green Blue C M Y K H S L
Decimal 171 74 216 0.21 0.66 0 0.15 280.99 0.65 0.57
Hex AB 4A D8 15 42 0 F 119 41 39
Octal 253 112 330 25 102 0 17 431 101 71
Binary 10101011 1001010 11011000 10101 1000010 0 1111 100011001 1000001 111001

Color Harmonies of #AB4AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4AD8

Black with #AB4AD8

Text Example


Text Example

White with #AB4AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4AD8; }

 p { color: rgb(171,74,216); }

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

background-color css

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

 a { background-color: rgb(171,74,216); }

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

border-color css

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

 span { border-color: rgb(171,74,216); }

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