Html Css Color HEX #A449DD Dark Orchid

📋 copy color: '#A449DD'

red 164 ◦ green 73 ◦ blue 221

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

Shades of Dark Orchid #A449DD

Tints of Dark Orchid #A449DD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.94%

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

R = 35.81%
G = 15.94%
B = 48.25%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A449DD (or 0xA449DD) is known color: Dark Orchid. HEX triplet: A4, 49 and DD. RGB value is (164,73,221). Sum of RGB (Red+Green+Blue) = 164+73+221=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #A449DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449DD is #5BB622. Grayscale: #747474. Windows color (decimal): -6010403 or 14502308. OLE color: 14502308.

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

Color convert

RGB 164 73 221 -
CMYK 0.26 0.67 0 0.13
HSL 276.89º 0.69% 0.58% -
HSV(B) 276.89º 0.67% 0.87% -
XYZ 30.74 17.88 70.24 -
YUV 117.08 186.65 161.47 -
System Red Green Blue C M Y K H S L
Decimal 164 73 221 0.26 0.67 0 0.13 276.89 0.69 0.58
Hex A4 49 DD 1A 43 0 D 115 45 3A
Octal 244 111 335 32 103 0 15 425 105 72
Binary 10100100 1001001 11011101 11010 1000011 0 1101 100010101 1000101 111010

Color Harmonies of #A449DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A449DD

Black with #A449DD

Text Example


Text Example

White with #A449DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A449DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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