Html Css Color HEX #AB4DDA Medium Orchid

📋 copy color: '#AB4DDA'

red 171 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #AB4DDA

Tints of Medium Orchid #AB4DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.52%

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

R = 36.7%
G = 16.52%
B = 46.78%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB4DDA (or 0xAB4DDA) is known color: Medium Orchid. HEX triplet: AB, 4D and DA. RGB value is (171,77,218). Sum of RGB (Red+Green+Blue) = 171+77+218=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB4DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DDA is #54B225. Grayscale: #787878. Windows color (decimal): -5550630 or 14306731. OLE color: 14306731.

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

Color convert

RGB 171 77 218 -
CMYK 0.22 0.65 0 0.15
HSL 280º 0.66% 0.58% -
HSV(B) 280º 0.65% 0.85% -
XYZ 32.1 19.03 68.31 -
YUV 121.18 182.64 163.54 -
System Red Green Blue C M Y K H S L
Decimal 171 77 218 0.22 0.65 0 0.15 280 0.66 0.58
Hex AB 4D DA 16 41 0 F 118 42 3A
Octal 253 115 332 26 101 0 17 430 102 72
Binary 10101011 1001101 11011010 10110 1000001 0 1111 100011000 1000010 111010

Color Harmonies of #AB4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DDA

Black with #AB4DDA

Text Example


Text Example

White with #AB4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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