Html Css Color HEX #A449DF Dark Orchid

📋 copy color: '#A449DF'

red 164 ◦ green 73 ◦ blue 223

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

Shades of Dark Orchid #A449DF

Tints of Dark Orchid #A449DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 35.65%
G = 15.87%
B = 48.48%

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

#A449DF (or 0xA449DF) is known color: Dark Orchid. HEX triplet: A4, 49 and DF. RGB value is (164,73,223). Sum of RGB (Red+Green+Blue) = 164+73+223=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #A449DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449DF is #5BB620. Grayscale: #747474. Windows color (decimal): -6010401 or 14633380. OLE color: 14633380.

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

Color convert

RGB 164 73 223 -
CMYK 0.26 0.67 0 0.13
HSL 276.4º 0.7% 0.58% -
HSV(B) 276.4º 0.67% 0.87% -
XYZ 31.01 17.99 71.65 -
YUV 117.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 164 73 223 0.26 0.67 0 0.13 276.4 0.7 0.58
Hex A4 49 DF 1A 43 0 D 114 46 3A
Octal 244 111 337 32 103 0 15 424 106 72
Binary 10100100 1001001 11011111 11010 1000011 0 1101 100010100 1000110 111010

Color Harmonies of #A449DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A449DF

Black with #A449DF

Text Example


Text Example

White with #A449DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A449DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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