Html Css Color HEX #A03FBE Dark Orchid

📋 copy color: '#A03FBE'

red 160 ◦ green 63 ◦ blue 190

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

Shades of Dark Orchid #A03FBE

Tints of Dark Orchid #A03FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 15.25%

 BLUE value IS 190 (74.61% from 255) = 46%

R = 38.74%
G = 15.25%
B = 46%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A03FBE (or 0xA03FBE) is known color: Dark Orchid. HEX triplet: A0, 3F and BE. RGB value is (160,63,190). Sum of RGB (Red+Green+Blue) = 160+63+190=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #A03FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03FBE is #5FC041. Grayscale: #6A6A6A. Windows color (decimal): -6275138 or 12468128. OLE color: 12468128.

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

Color convert

RGB 160 63 190 -
CMYK 0.16 0.67 0 0.25
HSL 285.83º 0.5% 0.5% -
HSV(B) 285.83º 0.67% 0.75% -
XYZ 25.57 14.75 50.21 -
YUV 106.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 160 63 190 0.16 0.67 0 0.25 285.83 0.5 0.5
Hex A0 3F BE 10 43 0 19 11E 32 32
Octal 240 77 276 20 103 0 31 436 62 62
Binary 10100000 111111 10111110 10000 1000011 0 11001 100011110 110010 110010

Color Harmonies of #A03FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03FBE

Black with #A03FBE

Text Example


Text Example

White with #A03FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03FBE; }

 p { color: rgb(160,63,190); }

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

background-color css

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

 a { background-color: rgb(160,63,190); }

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

border-color css

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

 span { border-color: rgb(160,63,190); }

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