Html Css Color HEX #A03BBA Dark Orchid

📋 copy color: '#A03BBA'

red 160 ◦ green 59 ◦ blue 186

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

Shades of Dark Orchid #A03BBA

Tints of Dark Orchid #A03BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.57%

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

R = 39.51%
G = 14.57%
B = 45.93%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A03BBA (or 0xA03BBA) is known color: Dark Orchid. HEX triplet: A0, 3B and BA. RGB value is (160,59,186). Sum of RGB (Red+Green+Blue) = 160+59+186=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #A03BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BBA is #5FC445. Grayscale: #676767. Windows color (decimal): -6276166 or 12204960. OLE color: 12204960.

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

Color convert

RGB 160 59 186 -
CMYK 0.14 0.68 0 0.27
HSL 287.72º 0.52% 0.48% -
HSV(B) 287.72º 0.68% 0.73% -
XYZ 24.92 14.15 47.87 -
YUV 103.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 160 59 186 0.14 0.68 0 0.27 287.72 0.52 0.48
Hex A0 3B BA E 44 0 1B 120 34 30
Octal 240 73 272 16 104 0 33 440 64 60
Binary 10100000 111011 10111010 1110 1000100 0 11011 100100000 110100 110000

Color Harmonies of #A03BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03BBA

Black with #A03BBA

Text Example


Text Example

White with #A03BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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