Html Css Color HEX #A03DD7 Dark Orchid

📋 copy color: '#A03DD7'

red 160 ◦ green 61 ◦ blue 215

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

Shades of Dark Orchid #A03DD7

Tints of Dark Orchid #A03DD7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.99%

 BLUE value IS 215 (84.38% from 255) = 49.31%

R = 36.7%
G = 13.99%
B = 49.31%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A03DD7 (or 0xA03DD7) is known color: Dark Orchid. HEX triplet: A0, 3D and D7. RGB value is (160,61,215). Sum of RGB (Red+Green+Blue) = 160+61+215=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #A03DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DD7 is #5FC228. Grayscale: #6B6B6B. Windows color (decimal): -6275625 or 14106016. OLE color: 14106016.

HSL color Cylindrical-coordinate representation of color #A03DD7: hue angle of 278.57º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03DD7 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 61 215 -
CMYK 0.26 0.72 0 0.16
HSL 278.57º 0.66% 0.54% -
HSV(B) 278.57º 0.72% 0.84% -
XYZ 28.43 15.72 65.83 -
YUV 108.16 188.3 164.98 -
System Red Green Blue C M Y K H S L
Decimal 160 61 215 0.26 0.72 0 0.16 278.57 0.66 0.54
Hex A0 3D D7 1A 48 0 10 117 42 36
Octal 240 75 327 32 110 0 20 427 102 66
Binary 10100000 111101 11010111 11010 1001000 0 10000 100010111 1000010 110110

Color Harmonies of #A03DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03DD7

Black with #A03DD7

Text Example


Text Example

White with #A03DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03DD7; }

 p { color: rgb(160,61,215); }

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

background-color css

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

 a { background-color: rgb(160,61,215); }

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

border-color css

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

 span { border-color: rgb(160,61,215); }

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