Html Css Color HEX #A127CF Dark Orchid

📋 copy color: '#A127CF'

red 161 ◦ green 39 ◦ blue 207

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

Shades of Dark Orchid #A127CF

Tints of Dark Orchid #A127CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 39.56%
G = 9.58%
B = 50.86%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A127CF (or 0xA127CF) is known color: Dark Orchid. HEX triplet: A1, 27 and CF. RGB value is (161,39,207). Sum of RGB (Red+Green+Blue) = 161+39+207=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #A127CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127CF is #5ED830. Grayscale: #5E5E5E. Windows color (decimal): -6215729 or 13576097. OLE color: 13576097.

HSL color Cylindrical-coordinate representation of color #A127CF: hue angle of 283.57º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A127CF is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 39 207 -
CMYK 0.22 0.81 0 0.19
HSL 283.57º 0.68% 0.48% -
HSV(B) 283.57º 0.81% 0.81% -
XYZ 26.69 13.53 60.24 -
YUV 94.63 191.42 175.34 -
System Red Green Blue C M Y K H S L
Decimal 161 39 207 0.22 0.81 0 0.19 283.57 0.68 0.48
Hex A1 27 CF 16 51 0 13 11C 44 30
Octal 241 47 317 26 121 0 23 434 104 60
Binary 10100001 100111 11001111 10110 1010001 0 10011 100011100 1000100 110000

Color Harmonies of #A127CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A127CF

Black with #A127CF

Text Example


Text Example

White with #A127CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A127CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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