Html Css Color HEX #A126BF Dark Orchid

📋 copy color: '#A126BF'

red 161 ◦ green 38 ◦ blue 191

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

Shades of Dark Orchid #A126BF

Tints of Dark Orchid #A126BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.97%

R = 41.28%
G = 9.74%
B = 48.97%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A126BF (or 0xA126BF) is known color: Dark Orchid. HEX triplet: A1, 26 and BF. RGB value is (161,38,191). Sum of RGB (Red+Green+Blue) = 161+38+191=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #A126BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A126BF is #5ED940. Grayscale: #5B5B5B. Windows color (decimal): -6216001 or 12527265. OLE color: 12527265.

HSL color Cylindrical-coordinate representation of color #A126BF: hue angle of 288.24º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A126BF is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 38 191 -
CMYK 0.16 0.80 0 0.25
HSL 288.24º 0.67% 0.45% -
HSV(B) 288.24º 0.8% 0.75% -
XYZ 24.8 12.72 50.44 -
YUV 92.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 161 38 191 0.16 0.80 0 0.25 288.24 0.67 0.45
Hex A1 26 BF 10 50 0 19 120 43 2D
Octal 241 46 277 20 120 0 31 440 103 55
Binary 10100001 100110 10111111 10000 1010000 0 11001 100100000 1000011 101101

Color Harmonies of #A126BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A126BF

Black with #A126BF

Text Example


Text Example

White with #A126BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A126BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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