Html Css Color HEX #A124AA Dark Orchid

📋 copy color: '#A124AA'

red 161 ◦ green 36 ◦ blue 170

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

Shades of Dark Orchid #A124AA

Tints of Dark Orchid #A124AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.32%

R = 43.87%
G = 9.81%
B = 46.32%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A124AA (or 0xA124AA) is known color: Dark Orchid. HEX triplet: A1, 24 and AA. RGB value is (161,36,170). Sum of RGB (Red+Green+Blue) = 161+36+170=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #A124AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A124AA is #5EDB55. Grayscale: #585858. Windows color (decimal): -6216534 or 11150497. OLE color: 11150497.

HSL color Cylindrical-coordinate representation of color #A124AA: hue angle of 295.97º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A124AA is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 36 170 -
CMYK 0.05 0.79 0 0.33
HSL 295.97º 0.65% 0.4% -
HSV(B) 295.97º 0.79% 0.67% -
XYZ 22.58 11.74 39.11 -
YUV 88.65 173.91 179.6 -
System Red Green Blue C M Y K H S L
Decimal 161 36 170 0.05 0.79 0 0.33 295.97 0.65 0.4
Hex A1 24 AA 5 4F 0 21 128 41 28
Octal 241 44 252 5 117 0 41 450 101 50
Binary 10100001 100100 10101010 101 1001111 0 100001 100101000 1000001 101000

Color Harmonies of #A124AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A124AA

Black with #A124AA

Text Example


Text Example

White with #A124AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A124AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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