Html Css Color HEX #A124DE Dark Orchid

📋 copy color: '#A124DE'

red 161 ◦ green 36 ◦ blue 222

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

Shades of Dark Orchid #A124DE

Tints of Dark Orchid #A124DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.98%

R = 38.42%
G = 8.59%
B = 52.98%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A124DE (or 0xA124DE) is known color: Dark Orchid. HEX triplet: A1, 24 and DE. RGB value is (161,36,222). Sum of RGB (Red+Green+Blue) = 161+36+222=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #A124DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A124DE is #5EDB21. Grayscale: #5D5D5D. Windows color (decimal): -6216482 or 14558369. OLE color: 14558369.

HSL color Cylindrical-coordinate representation of color #A124DE: hue angle of 280.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A124DE is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 36 222 -
CMYK 0.27 0.84 0 0.13
HSL 280.32º 0.74% 0.51% -
HSV(B) 280.32º 0.84% 0.87% -
XYZ 28.51 14.11 70.33 -
YUV 94.58 199.91 175.38 -
System Red Green Blue C M Y K H S L
Decimal 161 36 222 0.27 0.84 0 0.13 280.32 0.74 0.51
Hex A1 24 DE 1B 54 0 D 118 4A 33
Octal 241 44 336 33 124 0 15 430 112 63
Binary 10100001 100100 11011110 11011 1010100 0 1101 100011000 1001010 110011

Color Harmonies of #A124DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A124DE

Black with #A124DE

Text Example


Text Example

White with #A124DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A124DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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