Html Css Color HEX #AB42DB Medium Orchid

📋 copy color: '#AB42DB'

red 171 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #AB42DB

Tints of Medium Orchid #AB42DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.47%

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 37.5%
G = 14.47%
B = 48.03%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB42DB (or 0xAB42DB) is known color: Medium Orchid. HEX triplet: AB, 42 and DB. RGB value is (171,66,219). Sum of RGB (Red+Green+Blue) = 171+66+219=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB42DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42DB is #54BD24. Grayscale: #727272. Windows color (decimal): -5553445 or 14369451. OLE color: 14369451.

HSL color Cylindrical-coordinate representation of color #AB42DB: hue angle of 281.18º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB42DB is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 66 219 -
CMYK 0.22 0.70 0 0.14
HSL 281.18º 0.68% 0.56% -
HSV(B) 281.18º 0.7% 0.86% -
XYZ 31.53 17.67 68.77 -
YUV 114.84 186.79 168.06 -
System Red Green Blue C M Y K H S L
Decimal 171 66 219 0.22 0.70 0 0.14 281.18 0.68 0.56
Hex AB 42 DB 16 46 0 E 119 44 38
Octal 253 102 333 26 106 0 16 431 104 70
Binary 10101011 1000010 11011011 10110 1000110 0 1110 100011001 1000100 111000

Color Harmonies of #AB42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42DB

Black with #AB42DB

Text Example


Text Example

White with #AB42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42DB; }

 p { color: rgb(171,66,219); }

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

background-color css

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

 a { background-color: rgb(171,66,219); }

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

border-color css

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

 span { border-color: rgb(171,66,219); }

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