Html Css Color HEX #A127AF Dark Orchid

📋 copy color: '#A127AF'

red 161 ◦ green 39 ◦ blue 175

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

Shades of Dark Orchid #A127AF

Tints of Dark Orchid #A127AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 42.93%
G = 10.4%
B = 46.67%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A127AF (or 0xA127AF) is known color: Dark Orchid. HEX triplet: A1, 27 and AF. RGB value is (161,39,175). Sum of RGB (Red+Green+Blue) = 161+39+175=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #A127AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A127AF is #5ED850. Grayscale: #5A5A5A. Windows color (decimal): -6215761 or 11478945. OLE color: 11478945.

HSL color Cylindrical-coordinate representation of color #A127AF: hue angle of 293.82º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A127AF is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 39 175 -
CMYK 0.08 0.78 0 0.31
HSL 293.82º 0.64% 0.42% -
HSV(B) 293.82º 0.78% 0.69% -
XYZ 23.16 12.12 41.68 -
YUV 90.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 161 39 175 0.08 0.78 0 0.31 293.82 0.64 0.42
Hex A1 27 AF 8 4E 0 1F 126 40 2A
Octal 241 47 257 10 116 0 37 446 100 52
Binary 10100001 100111 10101111 1000 1001110 0 11111 100100110 1000000 101010

Color Harmonies of #A127AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A127AF

Black with #A127AF

Text Example


Text Example

White with #A127AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A127AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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