Html Css Color HEX #A03ACD Dark Orchid

📋 copy color: '#A03ACD'

red 160 ◦ green 58 ◦ blue 205

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

Shades of Dark Orchid #A03ACD

Tints of Dark Orchid #A03ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.71%

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

R = 37.83%
G = 13.71%
B = 48.46%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A03ACD (or 0xA03ACD) is known color: Dark Orchid. HEX triplet: A0, 3A and CD. RGB value is (160,58,205). Sum of RGB (Red+Green+Blue) = 160+58+205=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #A03ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ACD is #5FC532. Grayscale: #686868. Windows color (decimal): -6276403 or 13449888. OLE color: 13449888.

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

Color convert

RGB 160 58 205 -
CMYK 0.22 0.72 0 0.20
HSL 281.63º 0.6% 0.52% -
HSV(B) 281.63º 0.72% 0.8% -
XYZ 27.03 14.91 59.21 -
YUV 105.26 184.29 167.05 -
System Red Green Blue C M Y K H S L
Decimal 160 58 205 0.22 0.72 0 0.20 281.63 0.6 0.52
Hex A0 3A CD 16 48 0 14 11A 3C 34
Octal 240 72 315 26 110 0 24 432 74 64
Binary 10100000 111010 11001101 10110 1001000 0 10100 100011010 111100 110100

Color Harmonies of #A03ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03ACD

Black with #A03ACD

Text Example


Text Example

White with #A03ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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