Html Css Color HEX #A03DCD Dark Orchid

📋 copy color: '#A03DCD'

red 160 ◦ green 61 ◦ blue 205

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

Shades of Dark Orchid #A03DCD

Tints of Dark Orchid #A03DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 37.56%
G = 14.32%
B = 48.12%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A03DCD (or 0xA03DCD) is known color: Dark Orchid. HEX triplet: A0, 3D and CD. RGB value is (160,61,205). Sum of RGB (Red+Green+Blue) = 160+61+205=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #A03DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DCD is #5FC232. Grayscale: #6A6A6A. Windows color (decimal): -6275635 or 13450656. OLE color: 13450656.

HSL color Cylindrical-coordinate representation of color #A03DCD: hue angle of 281.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03DCD is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 61 205 -
CMYK 0.22 0.70 0 0.20
HSL 281.25º 0.59% 0.52% -
HSV(B) 281.25º 0.7% 0.8% -
XYZ 27.19 15.22 59.26 -
YUV 107.02 183.3 165.79 -
System Red Green Blue C M Y K H S L
Decimal 160 61 205 0.22 0.70 0 0.20 281.25 0.59 0.52
Hex A0 3D CD 16 46 0 14 119 3B 34
Octal 240 75 315 26 106 0 24 431 73 64
Binary 10100000 111101 11001101 10110 1000110 0 10100 100011001 111011 110100

Color Harmonies of #A03DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03DCD

Black with #A03DCD

Text Example


Text Example

White with #A03DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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