Html Css Color HEX #A030BB Dark Orchid

📋 copy color: '#A030BB'

red 160 ◦ green 48 ◦ blue 187

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

Shades of Dark Orchid #A030BB

Tints of Dark Orchid #A030BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 40.51%
G = 12.15%
B = 47.34%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A030BB (or 0xA030BB) is known color: Dark Orchid. HEX triplet: A0, 30 and BB. RGB value is (160,48,187). Sum of RGB (Red+Green+Blue) = 160+48+187=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #A030BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030BB is #5FCF44. Grayscale: #606060. Windows color (decimal): -6278981 or 12267680. OLE color: 12267680.

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

Color convert

RGB 160 48 187 -
CMYK 0.14 0.74 0 0.27
HSL 288.35º 0.59% 0.46% -
HSV(B) 288.35º 0.74% 0.73% -
XYZ 24.52 13.18 48.26 -
YUV 97.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 160 48 187 0.14 0.74 0 0.27 288.35 0.59 0.46
Hex A0 30 BB E 4A 0 1B 120 3B 2E
Octal 240 60 273 16 112 0 33 440 73 56
Binary 10100000 110000 10111011 1110 1001010 0 11011 100100000 111011 101110

Color Harmonies of #A030BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030BB

Black with #A030BB

Text Example


Text Example

White with #A030BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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