Html Css Color HEX #A040BD Dark Orchid

📋 copy color: '#A040BD'

red 160 ◦ green 64 ◦ blue 189

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

Shades of Dark Orchid #A040BD

Tints of Dark Orchid #A040BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.76%

R = 38.74%
G = 15.5%
B = 45.76%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A040BD (or 0xA040BD) is known color: Dark Orchid. HEX triplet: A0, 40 and BD. RGB value is (160,64,189). Sum of RGB (Red+Green+Blue) = 160+64+189=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #A040BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040BD is #5FBF42. Grayscale: #6A6A6A. Windows color (decimal): -6274883 or 12402848. OLE color: 12402848.

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

Color convert

RGB 160 64 189 -
CMYK 0.15 0.66 0 0.26
HSL 286.08º 0.49% 0.5% -
HSV(B) 286.08º 0.66% 0.74% -
XYZ 25.52 14.81 49.66 -
YUV 106.95 174.3 165.84 -
System Red Green Blue C M Y K H S L
Decimal 160 64 189 0.15 0.66 0 0.26 286.08 0.49 0.5
Hex A0 40 BD F 42 0 1A 11E 31 32
Octal 240 100 275 17 102 0 32 436 61 62
Binary 10100000 1000000 10111101 1111 1000010 0 11010 100011110 110001 110010

Color Harmonies of #A040BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A040BD

Black with #A040BD

Text Example


Text Example

White with #A040BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A040BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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