Html Css Color HEX #A730DE Dark Orchid

📋 copy color: '#A730DE'

red 167 ◦ green 48 ◦ blue 222

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

Shades of Dark Orchid #A730DE

Tints of Dark Orchid #A730DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.8%

R = 38.22%
G = 10.98%
B = 50.8%

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

#A730DE (or 0xA730DE) is known color: Dark Orchid. HEX triplet: A7, 30 and DE. RGB value is (167,48,222). Sum of RGB (Red+Green+Blue) = 167+48+222=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #A730DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730DE is #58CF21. Grayscale: #666666. Windows color (decimal): -5820194 or 14561447. OLE color: 14561447.

HSL color Cylindrical-coordinate representation of color #A730DE: hue angle of 281.03º 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 #A730DE is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 48 222 -
CMYK 0.25 0.78 0 0.13
HSL 281.03º 0.73% 0.53% -
HSV(B) 281.03º 0.78% 0.87% -
XYZ 30.18 15.6 70.53 -
YUV 103.42 194.92 173.35 -
System Red Green Blue C M Y K H S L
Decimal 167 48 222 0.25 0.78 0 0.13 281.03 0.73 0.53
Hex A7 30 DE 19 4E 0 D 119 48 35
Octal 247 60 336 31 116 0 15 431 110 65
Binary 10100111 110000 11011110 11001 1001110 0 1101 100011001 1001000 110101

Color Harmonies of #A730DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730DE

Black with #A730DE

Text Example


Text Example

White with #A730DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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