Html Css Color HEX #A03CBF Dark Orchid

📋 copy color: '#A03CBF'

red 160 ◦ green 60 ◦ blue 191

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

Shades of Dark Orchid #A03CBF

Tints of Dark Orchid #A03CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.6%

 BLUE value IS 191 (75% from 255) = 46.47%

R = 38.93%
G = 14.6%
B = 46.47%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A03CBF (or 0xA03CBF) is known color: Dark Orchid. HEX triplet: A0, 3C and BF. RGB value is (160,60,191). Sum of RGB (Red+Green+Blue) = 160+60+191=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #A03CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CBF is #5FC340. Grayscale: #686868. Windows color (decimal): -6275905 or 12532896. OLE color: 12532896.

HSL color Cylindrical-coordinate representation of color #A03CBF: hue angle of 285.8º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03CBF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 60 191 -
CMYK 0.16 0.69 0 0.25
HSL 285.8º 0.52% 0.49% -
HSV(B) 285.8º 0.69% 0.75% -
XYZ 25.52 14.47 50.74 -
YUV 104.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 160 60 191 0.16 0.69 0 0.25 285.8 0.52 0.49
Hex A0 3C BF 10 45 0 19 11E 34 31
Octal 240 74 277 20 105 0 31 436 64 61
Binary 10100000 111100 10111111 10000 1000101 0 11001 100011110 110100 110001

Color Harmonies of #A03CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03CBF

Black with #A03CBF

Text Example


Text Example

White with #A03CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03CBF; }

 p { color: rgb(160,60,191); }

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

background-color css

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

 a { background-color: rgb(160,60,191); }

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

border-color css

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

 span { border-color: rgb(160,60,191); }

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