Html Css Color HEX #A124CE Dark Orchid

📋 copy color: '#A124CE'

red 161 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #A124CE

Tints of Dark Orchid #A124CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 39.95%
G = 8.93%
B = 51.12%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A124CE (or 0xA124CE) is known color: Dark Orchid. HEX triplet: A1, 24 and CE. RGB value is (161,36,206). Sum of RGB (Red+Green+Blue) = 161+36+206=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #A124CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A124CE is #5EDB31. Grayscale: #5C5C5C. Windows color (decimal): -6216498 or 13509793. OLE color: 13509793.

HSL color Cylindrical-coordinate representation of color #A124CE: hue angle of 284.12º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A124CE is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 36 206 -
CMYK 0.22 0.83 0 0.19
HSL 284.12º 0.7% 0.47% -
HSV(B) 284.12º 0.83% 0.81% -
XYZ 26.47 13.3 59.56 -
YUV 92.76 191.91 176.68 -
System Red Green Blue C M Y K H S L
Decimal 161 36 206 0.22 0.83 0 0.19 284.12 0.7 0.47
Hex A1 24 CE 16 53 0 13 11C 46 2F
Octal 241 44 316 26 123 0 23 434 106 57
Binary 10100001 100100 11001110 10110 1010011 0 10011 100011100 1000110 101111

Color Harmonies of #A124CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A124CE

Black with #A124CE

Text Example


Text Example

White with #A124CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A124CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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