Html Css Color HEX #A730E0 Dark Orchid

📋 copy color: '#A730E0'

red 167 ◦ green 48 ◦ blue 224

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

Shades of Dark Orchid #A730E0

Tints of Dark Orchid #A730E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.03%

R = 38.04%
G = 10.93%
B = 51.03%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A730E0 (or 0xA730E0) is known color: Dark Orchid. HEX triplet: A7, 30 and E0. RGB value is (167,48,224). Sum of RGB (Red+Green+Blue) = 167+48+224=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #A730E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730E0 is #58CF1F. Grayscale: #676767. Windows color (decimal): -5820192 or 14692519. OLE color: 14692519.

HSL color Cylindrical-coordinate representation of color #A730E0: hue angle of 280.57º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A730E0 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 48 224 -
CMYK 0.25 0.79 0 0.12
HSL 280.57º 0.74% 0.53% -
HSV(B) 280.57º 0.79% 0.88% -
XYZ 30.45 15.71 71.95 -
YUV 103.65 195.92 173.19 -
System Red Green Blue C M Y K H S L
Decimal 167 48 224 0.25 0.79 0 0.12 280.57 0.74 0.53
Hex A7 30 E0 19 4F 0 C 119 4A 35
Octal 247 60 340 31 117 0 14 431 112 65
Binary 10100111 110000 11100000 11001 1001111 0 1100 100011001 1001010 110101

Color Harmonies of #A730E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730E0

Black with #A730E0

Text Example


Text Example

White with #A730E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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