Html Css Color HEX #A037AF Dark Orchid

📋 copy color: '#A037AF'

red 160 ◦ green 55 ◦ blue 175

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

Shades of Dark Orchid #A037AF

Tints of Dark Orchid #A037AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.87%

R = 41.03%
G = 14.1%
B = 44.87%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A037AF (or 0xA037AF) is known color: Dark Orchid. HEX triplet: A0, 37 and AF. RGB value is (160,55,175). Sum of RGB (Red+Green+Blue) = 160+55+175=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #A037AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A037AF is #5FC850. Grayscale: #636363. Windows color (decimal): -6277201 or 11483040. OLE color: 11483040.

HSL color Cylindrical-coordinate representation of color #A037AF: hue angle of 292.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A037AF is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 55 175 -
CMYK 0.09 0.69 0 0.31
HSL 292.5º 0.52% 0.45% -
HSV(B) 292.5º 0.69% 0.69% -
XYZ 23.6 13.3 41.88 -
YUV 100.08 170.29 170.74 -
System Red Green Blue C M Y K H S L
Decimal 160 55 175 0.09 0.69 0 0.31 292.5 0.52 0.45
Hex A0 37 AF 9 45 0 1F 124 34 2D
Octal 240 67 257 11 105 0 37 444 64 55
Binary 10100000 110111 10101111 1001 1000101 0 11111 100100100 110100 101101

Color Harmonies of #A037AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037AF

Black with #A037AF

Text Example


Text Example

White with #A037AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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