Html Css Color HEX #A030AC Dark Orchid

📋 copy color: '#A030AC'

red 160 ◦ green 48 ◦ blue 172

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

Shades of Dark Orchid #A030AC

Tints of Dark Orchid #A030AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 42.11%
G = 12.63%
B = 45.26%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A030AC (or 0xA030AC) is known color: Dark Orchid. HEX triplet: A0, 30 and AC. RGB value is (160,48,172). Sum of RGB (Red+Green+Blue) = 160+48+172=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #A030AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A030AC is #5FCF53. Grayscale: #5F5F5F. Windows color (decimal): -6278996 or 11284640. OLE color: 11284640.

HSL color Cylindrical-coordinate representation of color #A030AC: hue angle of 294.19º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A030AC is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 48 172 -
CMYK 0.07 0.72 0 0.33
HSL 294.19º 0.56% 0.43% -
HSV(B) 294.19º 0.72% 0.67% -
XYZ 23 12.57 40.24 -
YUV 95.62 171.11 173.92 -
System Red Green Blue C M Y K H S L
Decimal 160 48 172 0.07 0.72 0 0.33 294.19 0.56 0.43
Hex A0 30 AC 7 48 0 21 126 38 2B
Octal 240 60 254 7 110 0 41 446 70 53
Binary 10100000 110000 10101100 111 1001000 0 100001 100100110 111000 101011

Color Harmonies of #A030AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030AC

Black with #A030AC

Text Example


Text Example

White with #A030AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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