Html Css Color HEX #A03DCF Dark Orchid

📋 copy color: '#A03DCF'

red 160 ◦ green 61 ◦ blue 207

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

Shades of Dark Orchid #A03DCF

Tints of Dark Orchid #A03DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 37.38%
G = 14.25%
B = 48.36%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A03DCF (or 0xA03DCF) is known color: Dark Orchid. HEX triplet: A0, 3D and CF. RGB value is (160,61,207). Sum of RGB (Red+Green+Blue) = 160+61+207=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #A03DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DCF is #5FC230. Grayscale: #6A6A6A. Windows color (decimal): -6275633 or 13581728. OLE color: 13581728.

HSL color Cylindrical-coordinate representation of color #A03DCF: hue angle of 280.68º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A03DCF is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 61 207 -
CMYK 0.23 0.71 0 0.19
HSL 280.68º 0.6% 0.53% -
HSV(B) 280.68º 0.71% 0.81% -
XYZ 27.43 15.32 60.54 -
YUV 107.25 184.3 165.63 -
System Red Green Blue C M Y K H S L
Decimal 160 61 207 0.23 0.71 0 0.19 280.68 0.6 0.53
Hex A0 3D CF 17 47 0 13 119 3C 35
Octal 240 75 317 27 107 0 23 431 74 65
Binary 10100000 111101 11001111 10111 1000111 0 10011 100011001 111100 110101

Color Harmonies of #A03DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03DCF

Black with #A03DCF

Text Example


Text Example

White with #A03DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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