Html Css Color HEX #A730DD Dark Orchid

📋 copy color: '#A730DD'

red 167 ◦ green 48 ◦ blue 221

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

Shades of Dark Orchid #A730DD

Tints of Dark Orchid #A730DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 38.3%
G = 11.01%
B = 50.69%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A730DD (or 0xA730DD) is known color: Dark Orchid. HEX triplet: A7, 30 and DD. RGB value is (167,48,221). Sum of RGB (Red+Green+Blue) = 167+48+221=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #A730DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730DD is #58CF22. Grayscale: #666666. Windows color (decimal): -5820195 or 14495911. OLE color: 14495911.

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

Color convert

RGB 167 48 221 -
CMYK 0.24 0.78 0 0.13
HSL 281.27º 0.72% 0.53% -
HSV(B) 281.27º 0.78% 0.87% -
XYZ 30.04 15.55 69.82 -
YUV 103.3 194.42 173.43 -
System Red Green Blue C M Y K H S L
Decimal 167 48 221 0.24 0.78 0 0.13 281.27 0.72 0.53
Hex A7 30 DD 18 4E 0 D 119 48 35
Octal 247 60 335 30 116 0 15 431 110 65
Binary 10100111 110000 11011101 11000 1001110 0 1101 100011001 1001000 110101

Color Harmonies of #A730DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730DD

Black with #A730DD

Text Example


Text Example

White with #A730DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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