Html Css Color HEX #A127C0 Dark Orchid

📋 copy color: '#A127C0'

red 161 ◦ green 39 ◦ blue 192

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

Shades of Dark Orchid #A127C0

Tints of Dark Orchid #A127C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.98%

R = 41.07%
G = 9.95%
B = 48.98%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A127C0 (or 0xA127C0) is known color: Dark Orchid. HEX triplet: A1, 27 and C0. RGB value is (161,39,192). Sum of RGB (Red+Green+Blue) = 161+39+192=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #A127C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127C0 is #5ED83F. Grayscale: #5C5C5C. Windows color (decimal): -6215744 or 12593057. OLE color: 12593057.

HSL color Cylindrical-coordinate representation of color #A127C0: hue angle of 287.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A127C0 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 39 192 -
CMYK 0.16 0.80 0 0.25
HSL 287.84º 0.66% 0.45% -
HSV(B) 287.84º 0.8% 0.75% -
XYZ 24.94 12.83 51.03 -
YUV 92.92 183.92 176.56 -
System Red Green Blue C M Y K H S L
Decimal 161 39 192 0.16 0.80 0 0.25 287.84 0.66 0.45
Hex A1 27 C0 10 50 0 19 120 42 2D
Octal 241 47 300 20 120 0 31 440 102 55
Binary 10100001 100111 11000000 10000 1010000 0 11001 100100000 1000010 101101

Color Harmonies of #A127C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A127C0

Black with #A127C0

Text Example


Text Example

White with #A127C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A127C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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