Html Css Color HEX #A035CA Dark Orchid

📋 copy color: '#A035CA'

red 160 ◦ green 53 ◦ blue 202

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

Shades of Dark Orchid #A035CA

Tints of Dark Orchid #A035CA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.77%

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

R = 38.55%
G = 12.77%
B = 48.67%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A035CA (or 0xA035CA) is known color: Dark Orchid. HEX triplet: A0, 35 and CA. RGB value is (160,53,202). Sum of RGB (Red+Green+Blue) = 160+53+202=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #A035CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A035CA is #5FCA35. Grayscale: #656565. Windows color (decimal): -6277686 or 13252000. OLE color: 13252000.

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

Color convert

RGB 160 53 202 -
CMYK 0.21 0.74 0 0.21
HSL 283.09º 0.58% 0.5% -
HSV(B) 283.09º 0.74% 0.79% -
XYZ 26.43 14.28 57.24 -
YUV 101.98 184.45 169.38 -
System Red Green Blue C M Y K H S L
Decimal 160 53 202 0.21 0.74 0 0.21 283.09 0.58 0.5
Hex A0 35 CA 15 4A 0 15 11B 3A 32
Octal 240 65 312 25 112 0 25 433 72 62
Binary 10100000 110101 11001010 10101 1001010 0 10101 100011011 111010 110010

Color Harmonies of #A035CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A035CA

Black with #A035CA

Text Example


Text Example

White with #A035CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A035CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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