Html Css Color HEX #A126DD Dark Orchid

📋 copy color: '#A126DD'

red 161 ◦ green 38 ◦ blue 221

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

Shades of Dark Orchid #A126DD

Tints of Dark Orchid #A126DD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.05%

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

R = 38.33%
G = 9.05%
B = 52.62%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A126DD (or 0xA126DD) is known color: Dark Orchid. HEX triplet: A1, 26 and DD. RGB value is (161,38,221). Sum of RGB (Red+Green+Blue) = 161+38+221=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #A126DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A126DD is #5ED922. Grayscale: #5F5F5F. Windows color (decimal): -6215971 or 14493345. OLE color: 14493345.

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

Color convert

RGB 161 38 221 -
CMYK 0.27 0.83 0 0.13
HSL 280.33º 0.73% 0.51% -
HSV(B) 280.33º 0.83% 0.87% -
XYZ 28.44 14.18 69.65 -
YUV 95.64 198.75 174.62 -
System Red Green Blue C M Y K H S L
Decimal 161 38 221 0.27 0.83 0 0.13 280.33 0.73 0.51
Hex A1 26 DD 1B 53 0 D 118 49 33
Octal 241 46 335 33 123 0 15 430 111 63
Binary 10100001 100110 11011101 11011 1010011 0 1101 100011000 1001001 110011

Color Harmonies of #A126DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A126DD

Black with #A126DD

Text Example


Text Example

White with #A126DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A126DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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