Html Css Color HEX #AB4DD7 Medium Orchid

📋 copy color: '#AB4DD7'

red 171 ◦ green 77 ◦ blue 215

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

Shades of Medium Orchid #AB4DD7

Tints of Medium Orchid #AB4DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.44%

R = 36.93%
G = 16.63%
B = 46.44%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB4DD7 (or 0xAB4DD7) is known color: Medium Orchid. HEX triplet: AB, 4D and D7. RGB value is (171,77,215). Sum of RGB (Red+Green+Blue) = 171+77+215=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB4DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DD7 is #54B228. Grayscale: #787878. Windows color (decimal): -5550633 or 14110123. OLE color: 14110123.

HSL color Cylindrical-coordinate representation of color #AB4DD7: hue angle of 280.87º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB4DD7 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 77 215 -
CMYK 0.20 0.64 0 0.16
HSL 280.87º 0.63% 0.57% -
HSV(B) 280.87º 0.64% 0.84% -
XYZ 31.71 18.87 66.26 -
YUV 120.84 181.14 163.78 -
System Red Green Blue C M Y K H S L
Decimal 171 77 215 0.20 0.64 0 0.16 280.87 0.63 0.57
Hex AB 4D D7 14 40 0 10 119 3F 39
Octal 253 115 327 24 100 0 20 431 77 71
Binary 10101011 1001101 11010111 10100 1000000 0 10000 100011001 111111 111001

Color Harmonies of #AB4DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DD7

Black with #AB4DD7

Text Example


Text Example

White with #AB4DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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