#A730D7

Color #A730D7 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A730D7

Tints of Dark Orchid #A730D7

Color information

#A730D7 (or 0xA730D7) is unknown color: approx Dark Orchid. HEX triplet: A7, 30 and D7. RGB value is (167,48,215). Sum of RGB (Red+Green+Blue) = 167+48+215=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 215 (84.38% from 255 or 50% from 430); Max value from RGB is 215 - color contains mainly: blue. Hex color #A730D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730D7 is #58CF28. Grayscale: #666666. Windows color (decimal): -5820201 or 14102695. OLE color: 14102695.

HSL color Cylindrical-coordinate representation of color #A730D7: hue angle of 282.75º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A730D7 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16748215-
CMYK0.220.7800.16
HSL282.75º67.61%51.57%-
HSV(B)282.75º77.67%84.31%-
XYZ29.2615.2465.69-
YUV102.62191.42173.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 48 (19.14% from 255) = 11.16%
BLUE value IS 215 (84.38% from 255) = 50%
R=38.84%
G=11.16%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal167482150.220.7800.16282.7567.6151.57
HexA730D7164E01011b4434
Octal247603272611602043310464
Binary10100111110000110101111011010011100100001000110111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A730D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A730D7; }

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

 H1.HeaderClassName
 {
   color: #A730D7;
 }
 .AnyTagClassName
 {
   color: #A730D7;
 }
</style>
background-color css

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

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

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

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

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

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