Html Css Color HEX #A124DB Dark Orchid

📋 copy color: '#A124DB'

red 161 ◦ green 36 ◦ blue 219

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

Shades of Dark Orchid #A124DB

Tints of Dark Orchid #A124DB

RGB

 RED value IS 161 (63.28% from 255) = 38.7%

 GREEN value IS 36 (14.45% from 255) = 8.65%

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

R = 38.7%
G = 8.65%
B = 52.64%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A124DB (or 0xA124DB) is known color: Dark Orchid. HEX triplet: A1, 24 and DB. RGB value is (161,36,219). Sum of RGB (Red+Green+Blue) = 161+36+219=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #A124DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A124DB is #5EDB24. Grayscale: #5D5D5D. Windows color (decimal): -6216485 or 14361761. OLE color: 14361761.

HSL color Cylindrical-coordinate representation of color #A124DB: hue angle of 280.98º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A124DB is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 36 219 -
CMYK 0.26 0.84 0 0.14
HSL 280.98º 0.72% 0.5% -
HSV(B) 280.98º 0.84% 0.86% -
XYZ 28.12 13.95 68.23 -
YUV 94.24 198.41 175.62 -
System Red Green Blue C M Y K H S L
Decimal 161 36 219 0.26 0.84 0 0.14 280.98 0.72 0.5
Hex A1 24 DB 1A 54 0 E 119 48 32
Octal 241 44 333 32 124 0 16 431 110 62
Binary 10100001 100100 11011011 11010 1010100 0 1110 100011001 1001000 110010

Color Harmonies of #A124DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A124DB

Black with #A124DB

Text Example


Text Example

White with #A124DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A124DB; }

 p { color: rgb(161,36,219); }

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

background-color css

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

 a { background-color: rgb(161,36,219); }

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

border-color css

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

 span { border-color: rgb(161,36,219); }

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