Html Css Color HEX #A444DD Dark Orchid

📋 copy color: '#A444DD'

red 164 ◦ green 68 ◦ blue 221

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

Shades of Dark Orchid #A444DD

Tints of Dark Orchid #A444DD

RGB

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

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

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

R = 36.2%
G = 15.01%
B = 48.79%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A444DD (or 0xA444DD) is known color: Dark Orchid. HEX triplet: A4, 44 and DD. RGB value is (164,68,221). Sum of RGB (Red+Green+Blue) = 164+68+221=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #A444DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A444DD is #5BBB22. Grayscale: #717171. Windows color (decimal): -6011683 or 14501028. OLE color: 14501028.

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

Color convert

RGB 164 68 221 -
CMYK 0.26 0.69 0 0.13
HSL 277.65º 0.69% 0.57% -
HSV(B) 277.65º 0.69% 0.87% -
XYZ 30.43 17.25 70.13 -
YUV 114.15 188.3 163.56 -
System Red Green Blue C M Y K H S L
Decimal 164 68 221 0.26 0.69 0 0.13 277.65 0.69 0.57
Hex A4 44 DD 1A 45 0 D 116 45 39
Octal 244 104 335 32 105 0 15 426 105 71
Binary 10100100 1000100 11011101 11010 1000101 0 1101 100010110 1000101 111001

Color Harmonies of #A444DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A444DD

Black with #A444DD

Text Example


Text Example

White with #A444DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A444DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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