Html Css Color HEX #A730AA Dark Orchid

📋 copy color: '#A730AA'

red 167 ◦ green 48 ◦ blue 170

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

Shades of Dark Orchid #A730AA

Tints of Dark Orchid #A730AA

RGB

 RED value IS 167 (65.63% from 255) = 43.38%

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

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

R = 43.38%
G = 12.47%
B = 44.16%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A730AA (or 0xA730AA) is known color: Dark Orchid. HEX triplet: A7, 30 and AA. RGB value is (167,48,170). Sum of RGB (Red+Green+Blue) = 167+48+170=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #A730AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A730AA is #58CF55. Grayscale: #616161. Windows color (decimal): -5820246 or 11153575. OLE color: 11153575.

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

Color convert

RGB 167 48 170 -
CMYK 0.02 0.72 0 0.33
HSL 298.52º 0.56% 0.43% -
HSV(B) 298.52º 0.72% 0.67% -
XYZ 24.25 13.23 39.31 -
YUV 97.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 167 48 170 0.02 0.72 0 0.33 298.52 0.56 0.43
Hex A7 30 AA 2 48 0 21 12B 38 2B
Octal 247 60 252 2 110 0 41 453 70 53
Binary 10100111 110000 10101010 10 1001000 0 100001 100101011 111000 101011

Color Harmonies of #A730AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730AA

Black with #A730AA

Text Example


Text Example

White with #A730AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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