Html Css Color HEX #A125BA Dark Orchid

📋 copy color: '#A125BA'

red 161 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #A125BA

Tints of Dark Orchid #A125BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.64%

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

R = 41.93%
G = 9.64%
B = 48.44%

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

#A125BA (or 0xA125BA) is known color: Dark Orchid. HEX triplet: A1, 25 and BA. RGB value is (161,37,186). Sum of RGB (Red+Green+Blue) = 161+37+186=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #A125BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A125BA is #5EDA45. Grayscale: #5A5A5A. Windows color (decimal): -6216262 or 12199329. OLE color: 12199329.

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

Color convert

RGB 161 37 186 -
CMYK 0.13 0.80 0 0.27
HSL 289.93º 0.67% 0.44% -
HSV(B) 289.93º 0.8% 0.73% -
XYZ 24.22 12.45 47.58 -
YUV 91.06 181.58 177.88 -
System Red Green Blue C M Y K H S L
Decimal 161 37 186 0.13 0.80 0 0.27 289.93 0.67 0.44
Hex A1 25 BA D 50 0 1B 122 43 2C
Octal 241 45 272 15 120 0 33 442 103 54
Binary 10100001 100101 10111010 1101 1010000 0 11011 100100010 1000011 101100

Color Harmonies of #A125BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A125BA

Black with #A125BA

Text Example


Text Example

White with #A125BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A125BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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