Html Css Color HEX #A040BF Dark Orchid

📋 copy color: '#A040BF'

red 160 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #A040BF

Tints of Dark Orchid #A040BF

RGB

 RED value IS 160 (62.89% from 255) = 38.55%

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

 BLUE value IS 191 (75% from 255) = 46.02%

R = 38.55%
G = 15.42%
B = 46.02%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A040BF (or 0xA040BF) is known color: Dark Orchid. HEX triplet: A0, 40 and BF. RGB value is (160,64,191). Sum of RGB (Red+Green+Blue) = 160+64+191=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #A040BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040BF is #5FBF40. Grayscale: #6A6A6A. Windows color (decimal): -6274881 or 12533920. OLE color: 12533920.

HSL color Cylindrical-coordinate representation of color #A040BF: hue angle of 285.35º 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 #A040BF is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 64 191 -
CMYK 0.16 0.66 0 0.25
HSL 285.35º 0.5% 0.5% -
HSV(B) 285.35º 0.66% 0.75% -
XYZ 25.73 14.9 50.81 -
YUV 107.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 160 64 191 0.16 0.66 0 0.25 285.35 0.5 0.5
Hex A0 40 BF 10 42 0 19 11D 32 32
Octal 240 100 277 20 102 0 31 435 62 62
Binary 10100000 1000000 10111111 10000 1000010 0 11001 100011101 110010 110010

Color Harmonies of #A040BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A040BF

Black with #A040BF

Text Example


Text Example

White with #A040BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A040BF; }

 p { color: rgb(160,64,191); }

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

background-color css

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

 a { background-color: rgb(160,64,191); }

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

border-color css

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

 span { border-color: rgb(160,64,191); }

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