Html Css Color HEX #A447D0 Dark Orchid

📋 copy color: '#A447D0'

red 164 ◦ green 71 ◦ blue 208

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

Shades of Dark Orchid #A447D0

Tints of Dark Orchid #A447D0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.03%

 BLUE value IS 208 (81.64% from 255) = 46.95%

R = 37.02%
G = 16.03%
B = 46.95%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A447D0 (or 0xA447D0) is known color: Dark Orchid. HEX triplet: A4, 47 and D0. RGB value is (164,71,208). Sum of RGB (Red+Green+Blue) = 164+71+208=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #A447D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A447D0 is #5BB82F. Grayscale: #717171. Windows color (decimal): -6010928 or 13649828. OLE color: 13649828.

HSL color Cylindrical-coordinate representation of color #A447D0: hue angle of 280.73º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A447D0 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 71 208 -
CMYK 0.21 0.66 0 0.18
HSL 280.73º 0.59% 0.55% -
HSV(B) 280.73º 0.66% 0.82% -
XYZ 28.95 16.95 61.42 -
YUV 114.43 180.81 163.36 -
System Red Green Blue C M Y K H S L
Decimal 164 71 208 0.21 0.66 0 0.18 280.73 0.59 0.55
Hex A4 47 D0 15 42 0 12 119 3B 37
Octal 244 107 320 25 102 0 22 431 73 67
Binary 10100100 1000111 11010000 10101 1000010 0 10010 100011001 111011 110111

Color Harmonies of #A447D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A447D0

Black with #A447D0

Text Example


Text Example

White with #A447D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A447D0; }

 p { color: rgb(164,71,208); }

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

background-color css

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

 a { background-color: rgb(164,71,208); }

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

border-color css

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

 span { border-color: rgb(164,71,208); }

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