Html Css Color HEX #A440BD Dark Orchid

📋 copy color: '#A440BD'

red 164 ◦ green 64 ◦ blue 189

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

Shades of Dark Orchid #A440BD

Tints of Dark Orchid #A440BD

RGB

 RED value IS 164 (64.45% from 255) = 39.33%

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

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

R = 39.33%
G = 15.35%
B = 45.32%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A440BD (or 0xA440BD) is known color: Dark Orchid. HEX triplet: A4, 40 and BD. RGB value is (164,64,189). Sum of RGB (Red+Green+Blue) = 164+64+189=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #A440BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440BD is #5BBF42. Grayscale: #6B6B6B. Windows color (decimal): -6012739 or 12402852. OLE color: 12402852.

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

Color convert

RGB 164 64 189 -
CMYK 0.13 0.66 0 0.26
HSL 288º 0.49% 0.5% -
HSV(B) 288º 0.66% 0.74% -
XYZ 26.33 15.23 49.7 -
YUV 108.15 173.63 167.84 -
System Red Green Blue C M Y K H S L
Decimal 164 64 189 0.13 0.66 0 0.26 288 0.49 0.5
Hex A4 40 BD D 42 0 1A 120 31 32
Octal 244 100 275 15 102 0 32 440 61 62
Binary 10100100 1000000 10111101 1101 1000010 0 11010 100100000 110001 110010

Color Harmonies of #A440BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A440BD

Black with #A440BD

Text Example


Text Example

White with #A440BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A440BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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