Html Css Color HEX #A03EBA Dark Orchid

📋 copy color: '#A03EBA'

red 160 ◦ green 62 ◦ blue 186

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

Shades of Dark Orchid #A03EBA

Tints of Dark Orchid #A03EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.2%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 39.22%
G = 15.2%
B = 45.59%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A03EBA (or 0xA03EBA) is known color: Dark Orchid. HEX triplet: A0, 3E and BA. RGB value is (160,62,186). Sum of RGB (Red+Green+Blue) = 160+62+186=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #A03EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03EBA is #5FC145. Grayscale: #696969. Windows color (decimal): -6275398 or 12205728. OLE color: 12205728.

HSL color Cylindrical-coordinate representation of color #A03EBA: hue angle of 287.42º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A03EBA is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 62 186 -
CMYK 0.14 0.67 0 0.27
HSL 287.42º 0.5% 0.49% -
HSV(B) 287.42º 0.67% 0.73% -
XYZ 25.08 14.46 47.92 -
YUV 105.44 173.47 166.92 -
System Red Green Blue C M Y K H S L
Decimal 160 62 186 0.14 0.67 0 0.27 287.42 0.5 0.49
Hex A0 3E BA E 43 0 1B 11F 32 31
Octal 240 76 272 16 103 0 33 437 62 61
Binary 10100000 111110 10111010 1110 1000011 0 11011 100011111 110010 110001

Color Harmonies of #A03EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03EBA

Black with #A03EBA

Text Example


Text Example

White with #A03EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03EBA; }

 p { color: rgb(160,62,186); }

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

background-color css

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

 a { background-color: rgb(160,62,186); }

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

border-color css

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

 span { border-color: rgb(160,62,186); }

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