Html Css Color HEX #A730AB Dark Orchid

📋 copy color: '#A730AB'

red 167 ◦ green 48 ◦ blue 171

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

Shades of Dark Orchid #A730AB

Tints of Dark Orchid #A730AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 43.26%
G = 12.44%
B = 44.3%

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

#A730AB (or 0xA730AB) is known color: Dark Orchid. HEX triplet: A7, 30 and AB. RGB value is (167,48,171). Sum of RGB (Red+Green+Blue) = 167+48+171=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #A730AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A730AB is #58CF54. Grayscale: #616161. Windows color (decimal): -5820245 or 11219111. OLE color: 11219111.

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

Color convert

RGB 167 48 171 -
CMYK 0.02 0.72 0 0.33
HSL 298.05º 0.56% 0.43% -
HSV(B) 298.05º 0.72% 0.67% -
XYZ 24.34 13.27 39.81 -
YUV 97.6 169.42 177.5 -
System Red Green Blue C M Y K H S L
Decimal 167 48 171 0.02 0.72 0 0.33 298.05 0.56 0.43
Hex A7 30 AB 2 48 0 21 12A 38 2B
Octal 247 60 253 2 110 0 41 452 70 53
Binary 10100111 110000 10101011 10 1001000 0 100001 100101010 111000 101011

Color Harmonies of #A730AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730AB

Black with #A730AB

Text Example


Text Example

White with #A730AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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