Html Css Color HEX #A03DC8 Dark Orchid

📋 copy color: '#A03DC8'

red 160 ◦ green 61 ◦ blue 200

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

Shades of Dark Orchid #A03DC8

Tints of Dark Orchid #A03DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.51%

R = 38%
G = 14.49%
B = 47.51%

CMYK

 C value IS 0.2

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A03DC8 (or 0xA03DC8) is known color: Dark Orchid. HEX triplet: A0, 3D and C8. RGB value is (160,61,200). Sum of RGB (Red+Green+Blue) = 160+61+200=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 200 (78.52% from 255 or 47.51% from 421); Max value from RGB is 200 - color contains mainly: blue. Hex color #A03DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DC8 is #5FC237. Grayscale: #696969. Windows color (decimal): -6275640 or 13122976. OLE color: 13122976.

HSL color Cylindrical-coordinate representation of color #A03DC8: hue angle of 282.73º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03DC8 is Cyan = 0.2, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 61 200 -
CMYK 0.2 0.69 0 0.22
HSL 282.73º 0.56% 0.51% -
HSV(B) 282.73º 0.7% 0.78% -
XYZ 26.59 14.98 56.13 -
YUV 106.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 160 61 200 0.2 0.69 0 0.22 282.73 0.56 0.51
Hex A0 3D C8 14 45 0 16 11B 38 33
Octal 240 75 310 24 105 0 26 433 70 63
Binary 10100000 111101 11001000 10100 1000101 0 10110 100011011 111000 110011

Color Harmonies of #A03DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03DC8

Black with #A03DC8

Text Example


Text Example

White with #A03DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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