Html Css Color HEX #A035D1 Dark Orchid

📋 copy color: '#A035D1'

red 160 ◦ green 53 ◦ blue 209

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

Shades of Dark Orchid #A035D1

Tints of Dark Orchid #A035D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.53%

R = 37.91%
G = 12.56%
B = 49.53%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A035D1 (or 0xA035D1) is known color: Dark Orchid. HEX triplet: A0, 35 and D1. RGB value is (160,53,209). Sum of RGB (Red+Green+Blue) = 160+53+209=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 209 (82.03% from 255 or 49.53% from 422); Max value from RGB is 209 - color contains mainly: blue. Hex color #A035D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A035D1 is #5FCA2E. Grayscale: #666666. Windows color (decimal): -6277679 or 13710752. OLE color: 13710752.

HSL color Cylindrical-coordinate representation of color #A035D1: hue angle of 281.15º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A035D1 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 53 209 -
CMYK 0.23 0.75 0 0.18
HSL 281.15º 0.63% 0.51% -
HSV(B) 281.15º 0.75% 0.82% -
XYZ 27.28 14.62 61.71 -
YUV 102.78 187.95 168.82 -
System Red Green Blue C M Y K H S L
Decimal 160 53 209 0.23 0.75 0 0.18 281.15 0.63 0.51
Hex A0 35 D1 17 4B 0 12 119 3F 33
Octal 240 65 321 27 113 0 22 431 77 63
Binary 10100000 110101 11010001 10111 1001011 0 10010 100011001 111111 110011

Color Harmonies of #A035D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A035D1

Black with #A035D1

Text Example


Text Example

White with #A035D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A035D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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