Html Css Color HEX #A127B7 Dark Orchid

📋 copy color: '#A127B7'

red 161 ◦ green 39 ◦ blue 183

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

Shades of Dark Orchid #A127B7

Tints of Dark Orchid #A127B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.78%

R = 42.04%
G = 10.18%
B = 47.78%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A127B7 (or 0xA127B7) is known color: Dark Orchid. HEX triplet: A1, 27 and B7. RGB value is (161,39,183). Sum of RGB (Red+Green+Blue) = 161+39+183=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 183 - color contains mainly: blue. Hex color #A127B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127B7 is #5ED848. Grayscale: #5B5B5B. Windows color (decimal): -6215753 or 12003233. OLE color: 12003233.

HSL color Cylindrical-coordinate representation of color #A127B7: hue angle of 290.83º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A127B7 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 39 183 -
CMYK 0.12 0.79 0 0.28
HSL 290.83º 0.65% 0.44% -
HSV(B) 290.83º 0.79% 0.72% -
XYZ 23.97 12.45 45.94 -
YUV 91.89 179.42 177.29 -
System Red Green Blue C M Y K H S L
Decimal 161 39 183 0.12 0.79 0 0.28 290.83 0.65 0.44
Hex A1 27 B7 C 4F 0 1C 123 41 2C
Octal 241 47 267 14 117 0 34 443 101 54
Binary 10100001 100111 10110111 1100 1001111 0 11100 100100011 1000001 101100

Color Harmonies of #A127B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A127B7

Black with #A127B7

Text Example


Text Example

White with #A127B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A127B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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