Html Css Color HEX #A123CE Dark Orchid

📋 copy color: '#A123CE'

red 161 ◦ green 35 ◦ blue 206

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

Shades of Dark Orchid #A123CE

Tints of Dark Orchid #A123CE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.71%

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

R = 40.05%
G = 8.71%
B = 51.24%

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

#A123CE (or 0xA123CE) is known color: Dark Orchid. HEX triplet: A1, 23 and CE. RGB value is (161,35,206). Sum of RGB (Red+Green+Blue) = 161+35+206=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #A123CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A123CE is #5EDC31. Grayscale: #5B5B5B. Windows color (decimal): -6216754 or 13509537. OLE color: 13509537.

HSL color Cylindrical-coordinate representation of color #A123CE: hue angle of 284.21º degrees, saturation: 0.71, 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 #A123CE is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 35 206 -
CMYK 0.22 0.83 0 0.19
HSL 284.21º 0.71% 0.47% -
HSV(B) 284.21º 0.83% 0.81% -
XYZ 26.44 13.24 59.55 -
YUV 92.17 192.24 177.1 -
System Red Green Blue C M Y K H S L
Decimal 161 35 206 0.22 0.83 0 0.19 284.21 0.71 0.47
Hex A1 23 CE 16 53 0 13 11C 47 2F
Octal 241 43 316 26 123 0 23 434 107 57
Binary 10100001 100011 11001110 10110 1010011 0 10011 100011100 1000111 101111

Color Harmonies of #A123CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A123CE

Black with #A123CE

Text Example


Text Example

White with #A123CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A123CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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