Html Css Color HEX #A940BD Dark Orchid

📋 copy color: '#A940BD'

red 169 ◦ green 64 ◦ blue 189

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

Shades of Dark Orchid #A940BD

Tints of Dark Orchid #A940BD

RGB

 RED value IS 169 (66.41% from 255) = 40.05%

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

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

R = 40.05%
G = 15.17%
B = 44.79%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A940BD (or 0xA940BD) is known color: Dark Orchid. HEX triplet: A9, 40 and BD. RGB value is (169,64,189). Sum of RGB (Red+Green+Blue) = 169+64+189=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #A940BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940BD is #56BF42. Grayscale: #6D6D6D. Windows color (decimal): -5685059 or 12402857. OLE color: 12402857.

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

Color convert

RGB 169 64 189 -
CMYK 0.11 0.66 0 0.26
HSL 290.4º 0.49% 0.5% -
HSV(B) 290.4º 0.66% 0.74% -
XYZ 27.38 15.78 49.75 -
YUV 109.65 172.79 170.34 -
System Red Green Blue C M Y K H S L
Decimal 169 64 189 0.11 0.66 0 0.26 290.4 0.49 0.5
Hex A9 40 BD B 42 0 1A 122 31 32
Octal 251 100 275 13 102 0 32 442 61 62
Binary 10101001 1000000 10111101 1011 1000010 0 11010 100100010 110001 110010

Color Harmonies of #A940BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A940BD

Black with #A940BD

Text Example


Text Example

White with #A940BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A940BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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