Html Css Color HEX #A127AC Dark Orchid

📋 copy color: '#A127AC'

red 161 ◦ green 39 ◦ blue 172

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

Shades of Dark Orchid #A127AC

Tints of Dark Orchid #A127AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.48%

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

R = 43.28%
G = 10.48%
B = 46.24%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A127AC (or 0xA127AC) is known color: Dark Orchid. HEX triplet: A1, 27 and AC. RGB value is (161,39,172). Sum of RGB (Red+Green+Blue) = 161+39+172=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #A127AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A127AC is #5ED853. Grayscale: #5A5A5A. Windows color (decimal): -6215764 or 11282337. OLE color: 11282337.

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

Color convert

RGB 161 39 172 -
CMYK 0.06 0.77 0 0.33
HSL 295.04º 0.63% 0.41% -
HSV(B) 295.04º 0.77% 0.67% -
XYZ 22.87 12.01 40.14 -
YUV 90.64 173.92 178.19 -
System Red Green Blue C M Y K H S L
Decimal 161 39 172 0.06 0.77 0 0.33 295.04 0.63 0.41
Hex A1 27 AC 6 4D 0 21 127 3F 29
Octal 241 47 254 6 115 0 41 447 77 51
Binary 10100001 100111 10101100 110 1001101 0 100001 100100111 111111 101001

Color Harmonies of #A127AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A127AC

Black with #A127AC

Text Example


Text Example

White with #A127AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A127AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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