Html Css Color HEX #A640DB Dark Orchid

📋 copy color: '#A640DB'

red 166 ◦ green 64 ◦ blue 219

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

Shades of Dark Orchid #A640DB

Tints of Dark Orchid #A640DB

RGB

 RED value IS 166 (65.23% from 255) = 36.97%

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

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

R = 36.97%
G = 14.25%
B = 48.78%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A640DB (or 0xA640DB) is known color: Dark Orchid. HEX triplet: A6, 40 and DB. RGB value is (166,64,219). Sum of RGB (Red+Green+Blue) = 166+64+219=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #A640DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A640DB is #59BF24. Grayscale: #6F6F6F. Windows color (decimal): -5881637 or 14368934. OLE color: 14368934.

HSL color Cylindrical-coordinate representation of color #A640DB: hue angle of 279.48º 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 #A640DB is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 64 219 -
CMYK 0.24 0.71 0 0.14
HSL 279.48º 0.68% 0.55% -
HSV(B) 279.48º 0.71% 0.86% -
XYZ 30.35 16.89 68.68 -
YUV 112.17 188.29 166.4 -
System Red Green Blue C M Y K H S L
Decimal 166 64 219 0.24 0.71 0 0.14 279.48 0.68 0.55
Hex A6 40 DB 18 47 0 E 117 44 37
Octal 246 100 333 30 107 0 16 427 104 67
Binary 10100110 1000000 11011011 11000 1000111 0 1110 100010111 1000100 110111

Color Harmonies of #A640DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A640DB

Black with #A640DB

Text Example


Text Example

White with #A640DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A640DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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