Html Css Color HEX #A127DC Dark Orchid

📋 copy color: '#A127DC'

red 161 ◦ green 39 ◦ blue 220

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

Shades of Dark Orchid #A127DC

Tints of Dark Orchid #A127DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 38.33%
G = 9.29%
B = 52.38%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A127DC (or 0xA127DC) is known color: Dark Orchid. HEX triplet: A1, 27 and DC. RGB value is (161,39,220). Sum of RGB (Red+Green+Blue) = 161+39+220=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #A127DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127DC is #5ED823. Grayscale: #5F5F5F. Windows color (decimal): -6215716 or 14428065. OLE color: 14428065.

HSL color Cylindrical-coordinate representation of color #A127DC: hue angle of 280.44º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A127DC is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 39 220 -
CMYK 0.27 0.82 0 0.14
HSL 280.44º 0.72% 0.51% -
HSV(B) 280.44º 0.82% 0.86% -
XYZ 28.34 14.2 68.96 -
YUV 96.11 197.92 174.28 -
System Red Green Blue C M Y K H S L
Decimal 161 39 220 0.27 0.82 0 0.14 280.44 0.72 0.51
Hex A1 27 DC 1B 52 0 E 118 48 33
Octal 241 47 334 33 122 0 16 430 110 63
Binary 10100001 100111 11011100 11011 1010010 0 1110 100011000 1001000 110011

Color Harmonies of #A127DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A127DC

Black with #A127DC

Text Example


Text Example

White with #A127DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A127DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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