Html Css Color HEX #A123DD Dark Orchid

📋 copy color: '#A123DD'

red 161 ◦ green 35 ◦ blue 221

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

Shades of Dark Orchid #A123DD

Tints of Dark Orchid #A123DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 38.61%
G = 8.39%
B = 53%

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

#A123DD (or 0xA123DD) is known color: Dark Orchid. HEX triplet: A1, 23 and DD. RGB value is (161,35,221). Sum of RGB (Red+Green+Blue) = 161+35+221=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #A123DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A123DD is #5EDC22. Grayscale: #5D5D5D. Windows color (decimal): -6216739 or 14492577. OLE color: 14492577.

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

Color convert

RGB 161 35 221 -
CMYK 0.27 0.84 0 0.13
HSL 280.65º 0.73% 0.5% -
HSV(B) 280.65º 0.84% 0.87% -
XYZ 28.35 14 69.61 -
YUV 93.88 199.74 175.88 -
System Red Green Blue C M Y K H S L
Decimal 161 35 221 0.27 0.84 0 0.13 280.65 0.73 0.5
Hex A1 23 DD 1B 54 0 D 119 49 32
Octal 241 43 335 33 124 0 15 431 111 62
Binary 10100001 100011 11011101 11011 1010100 0 1101 100011001 1001001 110010

Color Harmonies of #A123DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A123DD

Black with #A123DD

Text Example


Text Example

White with #A123DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A123DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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