Html Css Color HEX #AB4ADA Medium Orchid

📋 copy color: '#AB4ADA'

red 171 ◦ green 74 ◦ blue 218

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

Shades of Medium Orchid #AB4ADA

Tints of Medium Orchid #AB4ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 36.93%
G = 15.98%
B = 47.08%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB4ADA (or 0xAB4ADA) is known color: Medium Orchid. HEX triplet: AB, 4A and DA. RGB value is (171,74,218). Sum of RGB (Red+Green+Blue) = 171+74+218=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB4ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4ADA is #54B525. Grayscale: #767676. Windows color (decimal): -5551398 or 14305963. OLE color: 14305963.

HSL color Cylindrical-coordinate representation of color #AB4ADA: hue angle of 280.42º degrees, saturation: 0.66, 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 #AB4ADA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 74 218 -
CMYK 0.22 0.66 0 0.15
HSL 280.42º 0.66% 0.57% -
HSV(B) 280.42º 0.66% 0.85% -
XYZ 31.9 18.62 68.24 -
YUV 119.42 183.64 164.79 -
System Red Green Blue C M Y K H S L
Decimal 171 74 218 0.22 0.66 0 0.15 280.42 0.66 0.57
Hex AB 4A DA 16 42 0 F 118 42 39
Octal 253 112 332 26 102 0 17 430 102 71
Binary 10101011 1001010 11011010 10110 1000010 0 1111 100011000 1000010 111001

Color Harmonies of #AB4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4ADA

Black with #AB4ADA

Text Example


Text Example

White with #AB4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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