Html Css Color HEX #A126BB Dark Orchid

📋 copy color: '#A126BB'

red 161 ◦ green 38 ◦ blue 187

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

Shades of Dark Orchid #A126BB

Tints of Dark Orchid #A126BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 41.71%
G = 9.84%
B = 48.45%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A126BB (or 0xA126BB) is known color: Dark Orchid. HEX triplet: A1, 26 and BB. RGB value is (161,38,187). Sum of RGB (Red+Green+Blue) = 161+38+187=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #A126BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A126BB is #5ED944. Grayscale: #5B5B5B. Windows color (decimal): -6216005 or 12265121. OLE color: 12265121.

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

Color convert

RGB 161 38 187 -
CMYK 0.14 0.80 0 0.27
HSL 289.53º 0.66% 0.44% -
HSV(B) 289.53º 0.8% 0.73% -
XYZ 24.36 12.55 48.15 -
YUV 91.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 161 38 187 0.14 0.80 0 0.27 289.53 0.66 0.44
Hex A1 26 BB E 50 0 1B 122 42 2C
Octal 241 46 273 16 120 0 33 442 102 54
Binary 10100001 100110 10111011 1110 1010000 0 11011 100100010 1000010 101100

Color Harmonies of #A126BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A126BB

Black with #A126BB

Text Example


Text Example

White with #A126BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A126BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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