Html Css Color HEX #A03DCE Dark Orchid

📋 copy color: '#A03DCE'

red 160 ◦ green 61 ◦ blue 206

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

Shades of Dark Orchid #A03DCE

Tints of Dark Orchid #A03DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 37.47%
G = 14.29%
B = 48.24%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A03DCE (or 0xA03DCE) is known color: Dark Orchid. HEX triplet: A0, 3D and CE. RGB value is (160,61,206). Sum of RGB (Red+Green+Blue) = 160+61+206=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #A03DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DCE is #5FC231. Grayscale: #6A6A6A. Windows color (decimal): -6275634 or 13516192. OLE color: 13516192.

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

Color convert

RGB 160 61 206 -
CMYK 0.22 0.70 0 0.19
HSL 280.97º 0.6% 0.52% -
HSV(B) 280.97º 0.7% 0.81% -
XYZ 27.31 15.27 59.9 -
YUV 107.13 183.8 165.71 -
System Red Green Blue C M Y K H S L
Decimal 160 61 206 0.22 0.70 0 0.19 280.97 0.6 0.52
Hex A0 3D CE 16 46 0 13 119 3C 34
Octal 240 75 316 26 106 0 23 431 74 64
Binary 10100000 111101 11001110 10110 1000110 0 10011 100011001 111100 110100

Color Harmonies of #A03DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03DCE

Black with #A03DCE

Text Example


Text Example

White with #A03DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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