Html Css Color HEX #A030BD Dark Orchid

📋 copy color: '#A030BD'

red 160 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #A030BD

Tints of Dark Orchid #A030BD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.09%

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 40.3%
G = 12.09%
B = 47.61%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A030BD (or 0xA030BD) is known color: Dark Orchid. HEX triplet: A0, 30 and BD. RGB value is (160,48,189). Sum of RGB (Red+Green+Blue) = 160+48+189=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #A030BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030BD is #5FCF42. Grayscale: #616161. Windows color (decimal): -6278979 or 12398752. OLE color: 12398752.

HSL color Cylindrical-coordinate representation of color #A030BD: hue angle of 287.66º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A030BD is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 48 189 -
CMYK 0.15 0.75 0 0.26
HSL 287.66º 0.59% 0.46% -
HSV(B) 287.66º 0.75% 0.74% -
XYZ 24.74 13.26 49.4 -
YUV 97.56 179.61 172.54 -
System Red Green Blue C M Y K H S L
Decimal 160 48 189 0.15 0.75 0 0.26 287.66 0.59 0.46
Hex A0 30 BD F 4B 0 1A 120 3B 2E
Octal 240 60 275 17 113 0 32 440 73 56
Binary 10100000 110000 10111101 1111 1001011 0 11010 100100000 111011 101110

Color Harmonies of #A030BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030BD

Black with #A030BD

Text Example


Text Example

White with #A030BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030BD; }

 p { color: rgb(160,48,189); }

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

background-color css

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

 a { background-color: rgb(160,48,189); }

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

border-color css

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

 span { border-color: rgb(160,48,189); }

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