Html Css Color HEX #A440DB Dark Orchid

📋 copy color: '#A440DB'

red 164 ◦ green 64 ◦ blue 219

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

Shades of Dark Orchid #A440DB

Tints of Dark Orchid #A440DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 36.69%
G = 14.32%
B = 48.99%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A440DB (or 0xA440DB) is known color: Dark Orchid. HEX triplet: A4, 40 and DB. RGB value is (164,64,219). Sum of RGB (Red+Green+Blue) = 164+64+219=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #A440DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440DB is #5BBF24. Grayscale: #6F6F6F. Windows color (decimal): -6012709 or 14368932. OLE color: 14368932.

HSL color Cylindrical-coordinate representation of color #A440DB: hue angle of 278.71º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A440DB is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 64 219 -
CMYK 0.25 0.71 0 0.14
HSL 278.71º 0.68% 0.55% -
HSV(B) 278.71º 0.71% 0.86% -
XYZ 29.93 16.67 68.66 -
YUV 111.57 188.63 165.4 -
System Red Green Blue C M Y K H S L
Decimal 164 64 219 0.25 0.71 0 0.14 278.71 0.68 0.55
Hex A4 40 DB 19 47 0 E 117 44 37
Octal 244 100 333 31 107 0 16 427 104 67
Binary 10100100 1000000 11011011 11001 1000111 0 1110 100010111 1000100 110111

Color Harmonies of #A440DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A440DB

Black with #A440DB

Text Example


Text Example

White with #A440DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A440DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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