Html Css Color HEX #A447DE Dark Orchid

📋 copy color: '#A447DE'

red 164 ◦ green 71 ◦ blue 222

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

Shades of Dark Orchid #A447DE

Tints of Dark Orchid #A447DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.58%

R = 35.89%
G = 15.54%
B = 48.58%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A447DE (or 0xA447DE) is known color: Dark Orchid. HEX triplet: A4, 47 and DE. RGB value is (164,71,222). Sum of RGB (Red+Green+Blue) = 164+71+222=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #A447DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A447DE is #5BB821. Grayscale: #737373. Windows color (decimal): -6010914 or 14567332. OLE color: 14567332.

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

Color convert

RGB 164 71 222 -
CMYK 0.26 0.68 0 0.13
HSL 276.95º 0.7% 0.57% -
HSV(B) 276.95º 0.68% 0.87% -
XYZ 30.75 17.67 70.9 -
YUV 116.02 187.81 162.22 -
System Red Green Blue C M Y K H S L
Decimal 164 71 222 0.26 0.68 0 0.13 276.95 0.7 0.57
Hex A4 47 DE 1A 44 0 D 115 46 39
Octal 244 107 336 32 104 0 15 425 106 71
Binary 10100100 1000111 11011110 11010 1000100 0 1101 100010101 1000110 111001

Color Harmonies of #A447DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A447DE

Black with #A447DE

Text Example


Text Example

White with #A447DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A447DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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