Html Css Color HEX #A036AF Dark Orchid

📋 copy color: '#A036AF'

red 160 ◦ green 54 ◦ blue 175

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

Shades of Dark Orchid #A036AF

Tints of Dark Orchid #A036AF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.88%

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

R = 41.13%
G = 13.88%
B = 44.99%

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

#A036AF (or 0xA036AF) is known color: Dark Orchid. HEX triplet: A0, 36 and AF. RGB value is (160,54,175). Sum of RGB (Red+Green+Blue) = 160+54+175=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #A036AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A036AF is #5FC950. Grayscale: #636363. Windows color (decimal): -6277457 or 11482784. OLE color: 11482784.

HSL color Cylindrical-coordinate representation of color #A036AF: hue angle of 292.56º degrees, saturation: 0.53, 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 #A036AF is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 54 175 -
CMYK 0.09 0.69 0 0.31
HSL 292.56º 0.53% 0.45% -
HSV(B) 292.56º 0.69% 0.69% -
XYZ 23.55 13.21 41.87 -
YUV 99.49 170.62 171.16 -
System Red Green Blue C M Y K H S L
Decimal 160 54 175 0.09 0.69 0 0.31 292.56 0.53 0.45
Hex A0 36 AF 9 45 0 1F 125 35 2D
Octal 240 66 257 11 105 0 37 445 65 55
Binary 10100000 110110 10101111 1001 1000101 0 11111 100100101 110101 101101

Color Harmonies of #A036AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A036AF

Black with #A036AF

Text Example


Text Example

White with #A036AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A036AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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