Html Css Color HEX #A127AE Dark Orchid

📋 copy color: '#A127AE'

red 161 ◦ green 39 ◦ blue 174

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

Shades of Dark Orchid #A127AE

Tints of Dark Orchid #A127AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.52%

R = 43.05%
G = 10.43%
B = 46.52%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A127AE (or 0xA127AE) is known color: Dark Orchid. HEX triplet: A1, 27 and AE. RGB value is (161,39,174). Sum of RGB (Red+Green+Blue) = 161+39+174=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #A127AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A127AE is #5ED851. Grayscale: #5A5A5A. Windows color (decimal): -6215762 or 11413409. OLE color: 11413409.

HSL color Cylindrical-coordinate representation of color #A127AE: hue angle of 294.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A127AE is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 39 174 -
CMYK 0.07 0.78 0 0.32
HSL 294.22º 0.63% 0.42% -
HSV(B) 294.22º 0.78% 0.68% -
XYZ 23.06 12.08 41.16 -
YUV 90.87 174.92 178.02 -
System Red Green Blue C M Y K H S L
Decimal 161 39 174 0.07 0.78 0 0.32 294.22 0.63 0.42
Hex A1 27 AE 7 4E 0 20 126 3F 2A
Octal 241 47 256 7 116 0 40 446 77 52
Binary 10100001 100111 10101110 111 1001110 0 100000 100100110 111111 101010

Color Harmonies of #A127AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A127AE

Black with #A127AE

Text Example


Text Example

White with #A127AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A127AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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