Html Css Color HEX #A035DD Dark Orchid

📋 copy color: '#A035DD'

red 160 ◦ green 53 ◦ blue 221

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

Shades of Dark Orchid #A035DD

Tints of Dark Orchid #A035DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 36.87%
G = 12.21%
B = 50.92%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A035DD (or 0xA035DD) is known color: Dark Orchid. HEX triplet: A0, 35 and DD. RGB value is (160,53,221). Sum of RGB (Red+Green+Blue) = 160+53+221=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #A035DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A035DD is #5FCA22. Grayscale: #676767. Windows color (decimal): -6277667 or 14497184. OLE color: 14497184.

HSL color Cylindrical-coordinate representation of color #A035DD: hue angle of 278.21º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A035DD is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 53 221 -
CMYK 0.28 0.76 0 0.13
HSL 278.21º 0.71% 0.54% -
HSV(B) 278.21º 0.76% 0.87% -
XYZ 28.82 15.24 69.83 -
YUV 104.15 193.95 167.84 -
System Red Green Blue C M Y K H S L
Decimal 160 53 221 0.28 0.76 0 0.13 278.21 0.71 0.54
Hex A0 35 DD 1C 4C 0 D 116 47 36
Octal 240 65 335 34 114 0 15 426 107 66
Binary 10100000 110101 11011101 11100 1001100 0 1101 100010110 1000111 110110

Color Harmonies of #A035DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A035DD

Black with #A035DD

Text Example


Text Example

White with #A035DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A035DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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