Html Css Color HEX #A03DDA Dark Orchid

📋 copy color: '#A03DDA'

red 160 ◦ green 61 ◦ blue 218

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

Shades of Dark Orchid #A03DDA

Tints of Dark Orchid #A03DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 36.45%
G = 13.9%
B = 49.66%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A03DDA (or 0xA03DDA) is known color: Dark Orchid. HEX triplet: A0, 3D and DA. RGB value is (160,61,218). Sum of RGB (Red+Green+Blue) = 160+61+218=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #A03DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DDA is #5FC225. Grayscale: #6B6B6B. Windows color (decimal): -6275622 or 14302624. OLE color: 14302624.

HSL color Cylindrical-coordinate representation of color #A03DDA: hue angle of 277.83º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03DDA is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 61 218 -
CMYK 0.27 0.72 0 0.15
HSL 277.83º 0.68% 0.55% -
HSV(B) 277.83º 0.72% 0.85% -
XYZ 28.82 15.87 67.87 -
YUV 108.5 189.8 164.73 -
System Red Green Blue C M Y K H S L
Decimal 160 61 218 0.27 0.72 0 0.15 277.83 0.68 0.55
Hex A0 3D DA 1B 48 0 F 116 44 37
Octal 240 75 332 33 110 0 17 426 104 67
Binary 10100000 111101 11011010 11011 1001000 0 1111 100010110 1000100 110111

Color Harmonies of #A03DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03DDA

Black with #A03DDA

Text Example


Text Example

White with #A03DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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