Html Css Color HEX #A644DE Dark Orchid

📋 copy color: '#A644DE'

red 166 ◦ green 68 ◦ blue 222

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

Shades of Dark Orchid #A644DE

Tints of Dark Orchid #A644DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 36.4%
G = 14.91%
B = 48.68%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A644DE (or 0xA644DE) is known color: Dark Orchid. HEX triplet: A6, 44 and DE. RGB value is (166,68,222). Sum of RGB (Red+Green+Blue) = 166+68+222=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #A644DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644DE is #59BB21. Grayscale: #727272. Windows color (decimal): -5880610 or 14566566. OLE color: 14566566.

HSL color Cylindrical-coordinate representation of color #A644DE: hue angle of 278.18º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A644DE is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 68 222 -
CMYK 0.25 0.69 0 0.13
HSL 278.18º 0.7% 0.57% -
HSV(B) 278.18º 0.69% 0.87% -
XYZ 30.98 17.52 70.86 -
YUV 114.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 166 68 222 0.25 0.69 0 0.13 278.18 0.7 0.57
Hex A6 44 DE 19 45 0 D 116 46 39
Octal 246 104 336 31 105 0 15 426 106 71
Binary 10100110 1000100 11011110 11001 1000101 0 1101 100010110 1000110 111001

Color Harmonies of #A644DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A644DE

Black with #A644DE

Text Example


Text Example

White with #A644DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A644DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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