Html Css Color HEX #A140BE Dark Orchid

📋 copy color: '#A140BE'

red 161 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #A140BE

Tints of Dark Orchid #A140BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.42%

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 38.8%
G = 15.42%
B = 45.78%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A140BE (or 0xA140BE) is known color: Dark Orchid. HEX triplet: A1, 40 and BE. RGB value is (161,64,190). Sum of RGB (Red+Green+Blue) = 161+64+190=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #A140BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140BE is #5EBF41. Grayscale: #6A6A6A. Windows color (decimal): -6209346 or 12468385. OLE color: 12468385.

HSL color Cylindrical-coordinate representation of color #A140BE: hue angle of 286.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A140BE is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 64 190 -
CMYK 0.15 0.66 0 0.25
HSL 286.19º 0.5% 0.5% -
HSV(B) 286.19º 0.66% 0.75% -
XYZ 25.83 14.96 50.24 -
YUV 107.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 161 64 190 0.15 0.66 0 0.25 286.19 0.5 0.5
Hex A1 40 BE F 42 0 19 11E 32 32
Octal 241 100 276 17 102 0 31 436 62 62
Binary 10100001 1000000 10111110 1111 1000010 0 11001 100011110 110010 110010

Color Harmonies of #A140BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A140BE

Black with #A140BE

Text Example


Text Example

White with #A140BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A140BE; }

 p { color: rgb(161,64,190); }

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

background-color css

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

 a { background-color: rgb(161,64,190); }

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

border-color css

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

 span { border-color: rgb(161,64,190); }

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