Html Css Color HEX #A03DCC Dark Orchid

📋 copy color: '#A03DCC'

red 160 ◦ green 61 ◦ blue 204

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

Shades of Dark Orchid #A03DCC

Tints of Dark Orchid #A03DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48%

R = 37.65%
G = 14.35%
B = 48%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A03DCC (or 0xA03DCC) is known color: Dark Orchid. HEX triplet: A0, 3D and CC. RGB value is (160,61,204). Sum of RGB (Red+Green+Blue) = 160+61+204=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #A03DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DCC is #5FC233. Grayscale: #6A6A6A. Windows color (decimal): -6275636 or 13385120. OLE color: 13385120.

HSL color Cylindrical-coordinate representation of color #A03DCC: hue angle of 281.54º degrees, saturation: 0.58, 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 #A03DCC is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 61 204 -
CMYK 0.22 0.70 0 0.2
HSL 281.54º 0.58% 0.52% -
HSV(B) 281.54º 0.7% 0.8% -
XYZ 27.07 15.17 58.63 -
YUV 106.9 182.8 165.87 -
System Red Green Blue C M Y K H S L
Decimal 160 61 204 0.22 0.70 0 0.2 281.54 0.58 0.52
Hex A0 3D CC 16 46 0 14 11A 3A 34
Octal 240 75 314 26 106 0 24 432 72 64
Binary 10100000 111101 11001100 10110 1000110 0 10100 100011010 111010 110100

Color Harmonies of #A03DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03DCC

Black with #A03DCC

Text Example


Text Example

White with #A03DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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