Html Css Color HEX #A036CA Dark Orchid

📋 copy color: '#A036CA'

red 160 ◦ green 54 ◦ blue 202

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

Shades of Dark Orchid #A036CA

Tints of Dark Orchid #A036CA

RGB

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

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

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

R = 38.46%
G = 12.98%
B = 48.56%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A036CA (or 0xA036CA) is known color: Dark Orchid. HEX triplet: A0, 36 and CA. RGB value is (160,54,202). Sum of RGB (Red+Green+Blue) = 160+54+202=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #A036CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036CA is #5FC935. Grayscale: #666666. Windows color (decimal): -6277430 or 13252256. OLE color: 13252256.

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

Color convert

RGB 160 54 202 -
CMYK 0.21 0.73 0 0.21
HSL 282.97º 0.58% 0.5% -
HSV(B) 282.97º 0.73% 0.79% -
XYZ 26.48 14.38 57.26 -
YUV 102.57 184.12 168.97 -
System Red Green Blue C M Y K H S L
Decimal 160 54 202 0.21 0.73 0 0.21 282.97 0.58 0.5
Hex A0 36 CA 15 49 0 15 11B 3A 32
Octal 240 66 312 25 111 0 25 433 72 62
Binary 10100000 110110 11001010 10101 1001001 0 10101 100011011 111010 110010

Color Harmonies of #A036CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A036CA

Black with #A036CA

Text Example


Text Example

White with #A036CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A036CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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