Html Css Color HEX #A127CD Dark Orchid

📋 copy color: '#A127CD'

red 161 ◦ green 39 ◦ blue 205

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

Shades of Dark Orchid #A127CD

Tints of Dark Orchid #A127CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 39.75%
G = 9.63%
B = 50.62%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A127CD (or 0xA127CD) is known color: Dark Orchid. HEX triplet: A1, 27 and CD. RGB value is (161,39,205). Sum of RGB (Red+Green+Blue) = 161+39+205=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #A127CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127CD is #5ED832. Grayscale: #5D5D5D. Windows color (decimal): -6215731 or 13445025. OLE color: 13445025.

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

Color convert

RGB 161 39 205 -
CMYK 0.21 0.81 0 0.20
HSL 284.1º 0.68% 0.48% -
HSV(B) 284.1º 0.81% 0.8% -
XYZ 26.44 13.44 58.96 -
YUV 94.4 190.42 175.5 -
System Red Green Blue C M Y K H S L
Decimal 161 39 205 0.21 0.81 0 0.20 284.1 0.68 0.48
Hex A1 27 CD 15 51 0 14 11C 44 30
Octal 241 47 315 25 121 0 24 434 104 60
Binary 10100001 100111 11001101 10101 1010001 0 10100 100011100 1000100 110000

Color Harmonies of #A127CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A127CD

Black with #A127CD

Text Example


Text Example

White with #A127CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A127CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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