Html Css Color HEX #A125BC Dark Orchid

📋 copy color: '#A125BC'

red 161 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #A125BC

Tints of Dark Orchid #A125BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 41.71%
G = 9.59%
B = 48.7%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A125BC (or 0xA125BC) is known color: Dark Orchid. HEX triplet: A1, 25 and BC. RGB value is (161,37,188). Sum of RGB (Red+Green+Blue) = 161+37+188=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #A125BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A125BC is #5EDA43. Grayscale: #5A5A5A. Windows color (decimal): -6216260 or 12330401. OLE color: 12330401.

HSL color Cylindrical-coordinate representation of color #A125BC: hue angle of 289.27º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A125BC is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 37 188 -
CMYK 0.14 0.80 0 0.26
HSL 289.27º 0.67% 0.44% -
HSV(B) 289.27º 0.8% 0.74% -
XYZ 24.44 12.53 48.71 -
YUV 91.29 182.58 177.72 -
System Red Green Blue C M Y K H S L
Decimal 161 37 188 0.14 0.80 0 0.26 289.27 0.67 0.44
Hex A1 25 BC E 50 0 1A 121 43 2C
Octal 241 45 274 16 120 0 32 441 103 54
Binary 10100001 100101 10111100 1110 1010000 0 11010 100100001 1000011 101100

Color Harmonies of #A125BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A125BC

Black with #A125BC

Text Example


Text Example

White with #A125BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A125BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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