Html Css Color HEX #A044CA Dark Orchid

📋 copy color: '#A044CA'

red 160 ◦ green 68 ◦ blue 202

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

Shades of Dark Orchid #A044CA

Tints of Dark Orchid #A044CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 37.21%
G = 15.81%
B = 46.98%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A044CA (or 0xA044CA) is known color: Dark Orchid. HEX triplet: A0, 44 and CA. RGB value is (160,68,202). Sum of RGB (Red+Green+Blue) = 160+68+202=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #A044CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044CA is #5FBB35. Grayscale: #6E6E6E. Windows color (decimal): -6273846 or 13255840. OLE color: 13255840.

HSL color Cylindrical-coordinate representation of color #A044CA: hue angle of 281.19º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A044CA is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 68 202 -
CMYK 0.21 0.66 0 0.21
HSL 281.19º 0.56% 0.53% -
HSV(B) 281.19º 0.66% 0.79% -
XYZ 27.23 15.87 57.51 -
YUV 110.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 160 68 202 0.21 0.66 0 0.21 281.19 0.56 0.53
Hex A0 44 CA 15 42 0 15 119 38 35
Octal 240 104 312 25 102 0 25 431 70 65
Binary 10100000 1000100 11001010 10101 1000010 0 10101 100011001 111000 110101

Color Harmonies of #A044CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A044CA

Black with #A044CA

Text Example


Text Example

White with #A044CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A044CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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