Html Css Color HEX #A123DB Dark Orchid

📋 copy color: '#A123DB'

red 161 ◦ green 35 ◦ blue 219

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

Shades of Dark Orchid #A123DB

Tints of Dark Orchid #A123DB

RGB

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

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

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

R = 38.8%
G = 8.43%
B = 52.77%

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

#A123DB (or 0xA123DB) is known color: Dark Orchid. HEX triplet: A1, 23 and DB. RGB value is (161,35,219). Sum of RGB (Red+Green+Blue) = 161+35+219=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #A123DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A123DB is #5EDC24. Grayscale: #5D5D5D. Windows color (decimal): -6216741 or 14361505. OLE color: 14361505.

HSL color Cylindrical-coordinate representation of color #A123DB: hue angle of 281.09º 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 #A123DB is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 35 219 -
CMYK 0.26 0.84 0 0.14
HSL 281.09º 0.72% 0.5% -
HSV(B) 281.09º 0.84% 0.86% -
XYZ 28.09 13.89 68.22 -
YUV 93.65 198.74 176.04 -
System Red Green Blue C M Y K H S L
Decimal 161 35 219 0.26 0.84 0 0.14 281.09 0.72 0.5
Hex A1 23 DB 1A 54 0 E 119 48 32
Octal 241 43 333 32 124 0 16 431 110 62
Binary 10100001 100011 11011011 11010 1010100 0 1110 100011001 1001000 110010

Color Harmonies of #A123DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A123DB

Black with #A123DB

Text Example


Text Example

White with #A123DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A123DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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