Html Css Color HEX #A644DD Dark Orchid

📋 copy color: '#A644DD'

red 166 ◦ green 68 ◦ blue 221

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

Shades of Dark Orchid #A644DD

Tints of Dark Orchid #A644DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 36.48%
G = 14.95%
B = 48.57%

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

#A644DD (or 0xA644DD) is known color: Dark Orchid. HEX triplet: A6, 44 and DD. RGB value is (166,68,221). Sum of RGB (Red+Green+Blue) = 166+68+221=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #A644DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644DD is #59BB22. Grayscale: #727272. Windows color (decimal): -5880611 or 14501030. OLE color: 14501030.

HSL color Cylindrical-coordinate representation of color #A644DD: hue angle of 278.43º degrees, saturation: 0.69, 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 #A644DD is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 68 221 -
CMYK 0.25 0.69 0 0.13
HSL 278.43º 0.69% 0.57% -
HSV(B) 278.43º 0.69% 0.87% -
XYZ 30.84 17.46 70.15 -
YUV 114.74 187.97 164.56 -
System Red Green Blue C M Y K H S L
Decimal 166 68 221 0.25 0.69 0 0.13 278.43 0.69 0.57
Hex A6 44 DD 19 45 0 D 116 45 39
Octal 246 104 335 31 105 0 15 426 105 71
Binary 10100110 1000100 11011101 11001 1000101 0 1101 100010110 1000101 111001

Color Harmonies of #A644DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A644DD

Black with #A644DD

Text Example


Text Example

White with #A644DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A644DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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