Html Css Color HEX #A644DB Dark Orchid

📋 copy color: '#A644DB'

red 166 ◦ green 68 ◦ blue 219

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

Shades of Dark Orchid #A644DB

Tints of Dark Orchid #A644DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.01%

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

R = 36.64%
G = 15.01%
B = 48.34%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A644DB (or 0xA644DB) is known color: Dark Orchid. HEX triplet: A6, 44 and DB. RGB value is (166,68,219). Sum of RGB (Red+Green+Blue) = 166+68+219=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #A644DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644DB is #59BB24. Grayscale: #727272. Windows color (decimal): -5880613 or 14369958. OLE color: 14369958.

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

Color convert

RGB 166 68 219 -
CMYK 0.24 0.69 0 0.14
HSL 278.94º 0.68% 0.56% -
HSV(B) 278.94º 0.69% 0.86% -
XYZ 30.58 17.36 68.76 -
YUV 114.52 186.97 164.72 -
System Red Green Blue C M Y K H S L
Decimal 166 68 219 0.24 0.69 0 0.14 278.94 0.68 0.56
Hex A6 44 DB 18 45 0 E 117 44 38
Octal 246 104 333 30 105 0 16 427 104 70
Binary 10100110 1000100 11011011 11000 1000101 0 1110 100010111 1000100 111000

Color Harmonies of #A644DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A644DB

Black with #A644DB

Text Example


Text Example

White with #A644DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A644DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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