Html Css Color HEX #A044DA Dark Orchid

📋 copy color: '#A044DA'

red 160 ◦ green 68 ◦ blue 218

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

Shades of Dark Orchid #A044DA

Tints of Dark Orchid #A044DA

RGB

 RED value IS 160 (62.89% from 255) = 35.87%

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

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 35.87%
G = 15.25%
B = 48.88%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A044DA (or 0xA044DA) is known color: Dark Orchid. HEX triplet: A0, 44 and DA. RGB value is (160,68,218). Sum of RGB (Red+Green+Blue) = 160+68+218=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #A044DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044DA is #5FBB25. Grayscale: #707070. Windows color (decimal): -6273830 or 14304416. OLE color: 14304416.

HSL color Cylindrical-coordinate representation of color #A044DA: hue angle of 276.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A044DA is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 68 218 -
CMYK 0.27 0.69 0 0.15
HSL 276.8º 0.67% 0.56% -
HSV(B) 276.8º 0.69% 0.85% -
XYZ 29.22 16.67 68.01 -
YUV 112.61 187.48 161.8 -
System Red Green Blue C M Y K H S L
Decimal 160 68 218 0.27 0.69 0 0.15 276.8 0.67 0.56
Hex A0 44 DA 1B 45 0 F 115 43 38
Octal 240 104 332 33 105 0 17 425 103 70
Binary 10100000 1000100 11011010 11011 1000101 0 1111 100010101 1000011 111000

Color Harmonies of #A044DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A044DA

Black with #A044DA

Text Example


Text Example

White with #A044DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A044DA; }

 p { color: rgb(160,68,218); }

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

background-color css

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

 a { background-color: rgb(160,68,218); }

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

border-color css

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

 span { border-color: rgb(160,68,218); }

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