Html Css Color HEX #A444D0 Dark Orchid

📋 copy color: '#A444D0'

red 164 ◦ green 68 ◦ blue 208

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

Shades of Dark Orchid #A444D0

Tints of Dark Orchid #A444D0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.45%

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

R = 37.27%
G = 15.45%
B = 47.27%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A444D0 (or 0xA444D0) is known color: Dark Orchid. HEX triplet: A4, 44 and D0. RGB value is (164,68,208). Sum of RGB (Red+Green+Blue) = 164+68+208=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #A444D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A444D0 is #5BBB2F. Grayscale: #707070. Windows color (decimal): -6011696 or 13649060. OLE color: 13649060.

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

Color convert

RGB 164 68 208 -
CMYK 0.21 0.67 0 0.18
HSL 281.14º 0.6% 0.54% -
HSV(B) 281.14º 0.67% 0.82% -
XYZ 28.76 16.58 61.36 -
YUV 112.66 181.8 164.62 -
System Red Green Blue C M Y K H S L
Decimal 164 68 208 0.21 0.67 0 0.18 281.14 0.6 0.54
Hex A4 44 D0 15 43 0 12 119 3C 36
Octal 244 104 320 25 103 0 22 431 74 66
Binary 10100100 1000100 11010000 10101 1000011 0 10010 100011001 111100 110110

Color Harmonies of #A444D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A444D0

Black with #A444D0

Text Example


Text Example

White with #A444D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A444D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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