Html Css Color HEX #A127AB Dark Orchid

📋 copy color: '#A127AB'

red 161 ◦ green 39 ◦ blue 171

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

Shades of Dark Orchid #A127AB

Tints of Dark Orchid #A127AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 43.4%
G = 10.51%
B = 46.09%

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

#A127AB (or 0xA127AB) is known color: Dark Orchid. HEX triplet: A1, 27 and AB. RGB value is (161,39,171). Sum of RGB (Red+Green+Blue) = 161+39+171=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #A127AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A127AB is #5ED854. Grayscale: #5A5A5A. Windows color (decimal): -6215765 or 11216801. OLE color: 11216801.

HSL color Cylindrical-coordinate representation of color #A127AB: hue angle of 295.45º 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 #A127AB is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 39 171 -
CMYK 0.06 0.77 0 0.33
HSL 295.45º 0.63% 0.41% -
HSV(B) 295.45º 0.77% 0.67% -
XYZ 22.77 11.97 39.64 -
YUV 90.53 173.42 178.27 -
System Red Green Blue C M Y K H S L
Decimal 161 39 171 0.06 0.77 0 0.33 295.45 0.63 0.41
Hex A1 27 AB 6 4D 0 21 127 3F 29
Octal 241 47 253 6 115 0 41 447 77 51
Binary 10100001 100111 10101011 110 1001101 0 100001 100100111 111111 101001

Color Harmonies of #A127AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A127AB

Black with #A127AB

Text Example


Text Example

White with #A127AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A127AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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