Html Css Color HEX #A044E3 Dark Orchid

📋 copy color: '#A044E3'

red 160 ◦ green 68 ◦ blue 227

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

Shades of Dark Orchid #A044E3

Tints of Dark Orchid #A044E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 49.89%

R = 35.16%
G = 14.95%
B = 49.89%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A044E3 (or 0xA044E3) is known color: Dark Orchid. HEX triplet: A0, 44 and E3. RGB value is (160,68,227). Sum of RGB (Red+Green+Blue) = 160+68+227=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 227 (89.06% from 255 or 49.89% from 455); Max value from RGB is 227 - color contains mainly: blue. Hex color #A044E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044E3 is #5FBB1C. Grayscale: #717171. Windows color (decimal): -6273821 or 14894240. OLE color: 14894240.

HSL color Cylindrical-coordinate representation of color #A044E3: hue angle of 274.72º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A044E3 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 68 227 -
CMYK 0.30 0.70 0 0.11
HSL 274.72º 0.74% 0.58% -
HSV(B) 274.72º 0.7% 0.89% -
XYZ 30.43 17.15 74.38 -
YUV 113.63 191.98 161.07 -
System Red Green Blue C M Y K H S L
Decimal 160 68 227 0.30 0.70 0 0.11 274.72 0.74 0.58
Hex A0 44 E3 1E 46 0 B 113 4A 3A
Octal 240 104 343 36 106 0 13 423 112 72
Binary 10100000 1000100 11100011 11110 1000110 0 1011 100010011 1001010 111010

Color Harmonies of #A044E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A044E3

Black with #A044E3

Text Example


Text Example

White with #A044E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A044E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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