Html Css Color HEX #AB4BD8 Medium Orchid

📋 copy color: '#AB4BD8'

red 171 ◦ green 75 ◦ blue 216

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

Shades of Medium Orchid #AB4BD8

Tints of Medium Orchid #AB4BD8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.23%

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

R = 37.01%
G = 16.23%
B = 46.75%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB4BD8 (or 0xAB4BD8) is known color: Medium Orchid. HEX triplet: AB, 4B and D8. RGB value is (171,75,216). Sum of RGB (Red+Green+Blue) = 171+75+216=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB4BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BD8 is #54B427. Grayscale: #777777. Windows color (decimal): -5551144 or 14175147. OLE color: 14175147.

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

Color convert

RGB 171 75 216 -
CMYK 0.21 0.65 0 0.15
HSL 280.85º 0.64% 0.57% -
HSV(B) 280.85º 0.65% 0.85% -
XYZ 31.71 18.65 66.89 -
YUV 119.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 171 75 216 0.21 0.65 0 0.15 280.85 0.64 0.57
Hex AB 4B D8 15 41 0 F 119 40 39
Octal 253 113 330 25 101 0 17 431 100 71
Binary 10101011 1001011 11011000 10101 1000001 0 1111 100011001 1000000 111001

Color Harmonies of #AB4BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4BD8

Black with #AB4BD8

Text Example


Text Example

White with #AB4BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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