Html Css Color HEX #A449DA Dark Orchid

📋 copy color: '#A449DA'

red 164 ◦ green 73 ◦ blue 218

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

Shades of Dark Orchid #A449DA

Tints of Dark Orchid #A449DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 36.04%
G = 16.04%
B = 47.91%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A449DA (or 0xA449DA) is known color: Dark Orchid. HEX triplet: A4, 49 and DA. RGB value is (164,73,218). Sum of RGB (Red+Green+Blue) = 164+73+218=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #A449DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449DA is #5BB625. Grayscale: #747474. Windows color (decimal): -6010406 or 14305700. OLE color: 14305700.

HSL color Cylindrical-coordinate representation of color #A449DA: hue angle of 277.66º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A449DA is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 73 218 -
CMYK 0.25 0.67 0 0.15
HSL 277.66º 0.66% 0.57% -
HSV(B) 277.66º 0.67% 0.85% -
XYZ 30.35 17.72 68.15 -
YUV 116.74 185.15 161.71 -
System Red Green Blue C M Y K H S L
Decimal 164 73 218 0.25 0.67 0 0.15 277.66 0.66 0.57
Hex A4 49 DA 19 43 0 F 116 42 39
Octal 244 111 332 31 103 0 17 426 102 71
Binary 10100100 1001001 11011010 11001 1000011 0 1111 100010110 1000010 111001

Color Harmonies of #A449DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A449DA

Black with #A449DA

Text Example


Text Example

White with #A449DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A449DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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