Html Css Color HEX #A127BC Dark Orchid

📋 copy color: '#A127BC'

red 161 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #A127BC

Tints of Dark Orchid #A127BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 41.49%
G = 10.05%
B = 48.45%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A127BC (or 0xA127BC) is known color: Dark Orchid. HEX triplet: A1, 27 and BC. RGB value is (161,39,188). Sum of RGB (Red+Green+Blue) = 161+39+188=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #A127BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127BC is #5ED843. Grayscale: #5B5B5B. Windows color (decimal): -6215748 or 12330913. OLE color: 12330913.

HSL color Cylindrical-coordinate representation of color #A127BC: hue angle of 289.13º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A127BC is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 39 188 -
CMYK 0.14 0.79 0 0.26
HSL 289.13º 0.66% 0.45% -
HSV(B) 289.13º 0.79% 0.74% -
XYZ 24.5 12.66 48.73 -
YUV 92.46 181.92 176.88 -
System Red Green Blue C M Y K H S L
Decimal 161 39 188 0.14 0.79 0 0.26 289.13 0.66 0.45
Hex A1 27 BC E 4F 0 1A 121 42 2D
Octal 241 47 274 16 117 0 32 441 102 55
Binary 10100001 100111 10111100 1110 1001111 0 11010 100100001 1000010 101101

Color Harmonies of #A127BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A127BC

Black with #A127BC

Text Example


Text Example

White with #A127BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A127BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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