Html Css Color HEX #A037AC Dark Orchid

📋 copy color: '#A037AC'

red 160 ◦ green 55 ◦ blue 172

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

Shades of Dark Orchid #A037AC

Tints of Dark Orchid #A037AC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.21%

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 41.34%
G = 14.21%
B = 44.44%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A037AC (or 0xA037AC) is known color: Dark Orchid. HEX triplet: A0, 37 and AC. RGB value is (160,55,172). Sum of RGB (Red+Green+Blue) = 160+55+172=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #A037AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A037AC is #5FC853. Grayscale: #636363. Windows color (decimal): -6277204 or 11286432. OLE color: 11286432.

HSL color Cylindrical-coordinate representation of color #A037AC: hue angle of 293.85º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A037AC is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 55 172 -
CMYK 0.07 0.68 0 0.33
HSL 293.85º 0.52% 0.45% -
HSV(B) 293.85º 0.68% 0.67% -
XYZ 23.31 13.18 40.35 -
YUV 99.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 160 55 172 0.07 0.68 0 0.33 293.85 0.52 0.45
Hex A0 37 AC 7 44 0 21 126 34 2D
Octal 240 67 254 7 104 0 41 446 64 55
Binary 10100000 110111 10101100 111 1000100 0 100001 100100110 110100 101101

Color Harmonies of #A037AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037AC

Black with #A037AC

Text Example


Text Example

White with #A037AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037AC; }

 p { color: rgb(160,55,172); }

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

background-color css

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

 a { background-color: rgb(160,55,172); }

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

border-color css

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

 span { border-color: rgb(160,55,172); }

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