Html Css Color HEX #A125AC Dark Orchid

📋 copy color: '#A125AC'

red 161 ◦ green 37 ◦ blue 172

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

Shades of Dark Orchid #A125AC

Tints of Dark Orchid #A125AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 43.51%
G = 10%
B = 46.49%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A125AC (or 0xA125AC) is known color: Dark Orchid. HEX triplet: A1, 25 and AC. RGB value is (161,37,172). Sum of RGB (Red+Green+Blue) = 161+37+172=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #A125AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A125AC is #5EDA53. Grayscale: #595959. Windows color (decimal): -6216276 or 11281825. OLE color: 11281825.

HSL color Cylindrical-coordinate representation of color #A125AC: hue angle of 295.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A125AC is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 37 172 -
CMYK 0.06 0.78 0 0.33
HSL 295.11º 0.65% 0.41% -
HSV(B) 295.11º 0.78% 0.67% -
XYZ 22.81 11.88 40.12 -
YUV 89.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 161 37 172 0.06 0.78 0 0.33 295.11 0.65 0.41
Hex A1 25 AC 6 4E 0 21 127 41 29
Octal 241 45 254 6 116 0 41 447 101 51
Binary 10100001 100101 10101100 110 1001110 0 100001 100100111 1000001 101001

Color Harmonies of #A125AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A125AC

Black with #A125AC

Text Example


Text Example

White with #A125AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A125AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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