Html Css Color HEX #A730DF Dark Orchid

📋 copy color: '#A730DF'

red 167 ◦ green 48 ◦ blue 223

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

Shades of Dark Orchid #A730DF

Tints of Dark Orchid #A730DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 38.13%
G = 10.96%
B = 50.91%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A730DF (or 0xA730DF) is known color: Dark Orchid. HEX triplet: A7, 30 and DF. RGB value is (167,48,223). Sum of RGB (Red+Green+Blue) = 167+48+223=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #A730DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730DF is #58CF20. Grayscale: #666666. Windows color (decimal): -5820193 or 14626983. OLE color: 14626983.

HSL color Cylindrical-coordinate representation of color #A730DF: hue angle of 280.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A730DF is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 48 223 -
CMYK 0.25 0.78 0 0.13
HSL 280.8º 0.73% 0.53% -
HSV(B) 280.8º 0.78% 0.87% -
XYZ 30.31 15.66 71.24 -
YUV 103.53 195.42 173.27 -
System Red Green Blue C M Y K H S L
Decimal 167 48 223 0.25 0.78 0 0.13 280.8 0.73 0.53
Hex A7 30 DF 19 4E 0 D 119 49 35
Octal 247 60 337 31 116 0 15 431 111 65
Binary 10100111 110000 11011111 11001 1001110 0 1101 100011001 1001001 110101

Color Harmonies of #A730DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730DF

Black with #A730DF

Text Example


Text Example

White with #A730DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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