Html Css Color HEX #A441D0 Dark Orchid

📋 copy color: '#A441D0'

red 164 ◦ green 65 ◦ blue 208

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

Shades of Dark Orchid #A441D0

Tints of Dark Orchid #A441D0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.87%

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

R = 37.53%
G = 14.87%
B = 47.6%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A441D0 (or 0xA441D0) is known color: Dark Orchid. HEX triplet: A4, 41 and D0. RGB value is (164,65,208). Sum of RGB (Red+Green+Blue) = 164+65+208=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #A441D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441D0 is #5BBE2F. Grayscale: #6E6E6E. Windows color (decimal): -6012464 or 13648292. OLE color: 13648292.

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

Color convert

RGB 164 65 208 -
CMYK 0.21 0.69 0 0.18
HSL 281.54º 0.6% 0.54% -
HSV(B) 281.54º 0.69% 0.82% -
XYZ 28.59 16.23 61.3 -
YUV 110.9 182.8 165.87 -
System Red Green Blue C M Y K H S L
Decimal 164 65 208 0.21 0.69 0 0.18 281.54 0.6 0.54
Hex A4 41 D0 15 45 0 12 11A 3C 36
Octal 244 101 320 25 105 0 22 432 74 66
Binary 10100100 1000001 11010000 10101 1000101 0 10010 100011010 111100 110110

Color Harmonies of #A441D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441D0

Black with #A441D0

Text Example


Text Example

White with #A441D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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