Html Css Color HEX #A030AA Dark Orchid

📋 copy color: '#A030AA'

red 160 ◦ green 48 ◦ blue 170

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

Shades of Dark Orchid #A030AA

Tints of Dark Orchid #A030AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 42.33%
G = 12.7%
B = 44.97%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A030AA (or 0xA030AA) is known color: Dark Orchid. HEX triplet: A0, 30 and AA. RGB value is (160,48,170). Sum of RGB (Red+Green+Blue) = 160+48+170=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #A030AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A030AA is #5FCF55. Grayscale: #5F5F5F. Windows color (decimal): -6278998 or 11153568. OLE color: 11153568.

HSL color Cylindrical-coordinate representation of color #A030AA: hue angle of 295.08º 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 #A030AA is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 48 170 -
CMYK 0.06 0.72 0 0.33
HSL 295.08º 0.56% 0.43% -
HSV(B) 295.08º 0.72% 0.67% -
XYZ 22.81 12.49 39.24 -
YUV 95.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 160 48 170 0.06 0.72 0 0.33 295.08 0.56 0.43
Hex A0 30 AA 6 48 0 21 127 38 2B
Octal 240 60 252 6 110 0 41 447 70 53
Binary 10100000 110000 10101010 110 1001000 0 100001 100100111 111000 101011

Color Harmonies of #A030AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030AA

Black with #A030AA

Text Example


Text Example

White with #A030AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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