Html Css Color HEX #A126AA Dark Orchid

📋 copy color: '#A126AA'

red 161 ◦ green 38 ◦ blue 170

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

Shades of Dark Orchid #A126AA

Tints of Dark Orchid #A126AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 43.63%
G = 10.3%
B = 46.07%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A126AA (or 0xA126AA) is known color: Dark Orchid. HEX triplet: A1, 26 and AA. RGB value is (161,38,170). Sum of RGB (Red+Green+Blue) = 161+38+170=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #A126AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A126AA is #5ED955. Grayscale: #595959. Windows color (decimal): -6216022 or 11151009. OLE color: 11151009.

HSL color Cylindrical-coordinate representation of color #A126AA: hue angle of 295.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A126AA is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 38 170 -
CMYK 0.05 0.78 0 0.33
HSL 295.91º 0.63% 0.41% -
HSV(B) 295.91º 0.78% 0.67% -
XYZ 22.65 11.87 39.13 -
YUV 89.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 161 38 170 0.05 0.78 0 0.33 295.91 0.63 0.41
Hex A1 26 AA 5 4E 0 21 128 3F 29
Octal 241 46 252 5 116 0 41 450 77 51
Binary 10100001 100110 10101010 101 1001110 0 100001 100101000 111111 101001

Color Harmonies of #A126AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A126AA

Black with #A126AA

Text Example


Text Example

White with #A126AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A126AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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