Html Css Color HEX #AB52DB Medium Orchid

📋 copy color: '#AB52DB'

red 171 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #AB52DB

Tints of Medium Orchid #AB52DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.37%

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

R = 36.23%
G = 17.37%
B = 46.4%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB52DB (or 0xAB52DB) is known color: Medium Orchid. HEX triplet: AB, 52 and DB. RGB value is (171,82,219). Sum of RGB (Red+Green+Blue) = 171+82+219=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB52DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB52DB is #54AD24. Grayscale: #7B7B7B. Windows color (decimal): -5549349 or 14373547. OLE color: 14373547.

HSL color Cylindrical-coordinate representation of color #AB52DB: hue angle of 278.98º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB52DB is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 82 219 -
CMYK 0.22 0.63 0 0.14
HSL 278.98º 0.66% 0.59% -
HSV(B) 278.98º 0.63% 0.86% -
XYZ 32.6 19.81 69.12 -
YUV 124.23 181.49 161.36 -
System Red Green Blue C M Y K H S L
Decimal 171 82 219 0.22 0.63 0 0.14 278.98 0.66 0.59
Hex AB 52 DB 16 3F 0 E 117 42 3B
Octal 253 122 333 26 77 0 16 427 102 73
Binary 10101011 1010010 11011011 10110 111111 0 1110 100010111 1000010 111011

Color Harmonies of #AB52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB52DB

Black with #AB52DB

Text Example


Text Example

White with #AB52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB52DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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