Html Css Color HEX #A126BA Dark Orchid

📋 copy color: '#A126BA'

red 161 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #A126BA

Tints of Dark Orchid #A126BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 41.82%
G = 9.87%
B = 48.31%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A126BA (or 0xA126BA) is known color: Dark Orchid. HEX triplet: A1, 26 and BA. RGB value is (161,38,186). Sum of RGB (Red+Green+Blue) = 161+38+186=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #A126BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A126BA is #5ED945. Grayscale: #5B5B5B. Windows color (decimal): -6216006 or 12199585. OLE color: 12199585.

HSL color Cylindrical-coordinate representation of color #A126BA: hue angle of 289.86º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A126BA is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 38 186 -
CMYK 0.13 0.80 0 0.27
HSL 289.86º 0.66% 0.44% -
HSV(B) 289.86º 0.8% 0.73% -
XYZ 24.25 12.51 47.59 -
YUV 91.65 181.25 177.47 -
System Red Green Blue C M Y K H S L
Decimal 161 38 186 0.13 0.80 0 0.27 289.86 0.66 0.44
Hex A1 26 BA D 50 0 1B 122 42 2C
Octal 241 46 272 15 120 0 33 442 102 54
Binary 10100001 100110 10111010 1101 1010000 0 11011 100100010 1000010 101100

Color Harmonies of #A126BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A126BA

Black with #A126BA

Text Example


Text Example

White with #A126BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A126BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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