Html Css Color HEX #A430DD Dark Orchid

📋 copy color: '#A430DD'

red 164 ◦ green 48 ◦ blue 221

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

Shades of Dark Orchid #A430DD

Tints of Dark Orchid #A430DD

RGB

 RED value IS 164 (64.45% from 255) = 37.88%

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

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

R = 37.88%
G = 11.09%
B = 51.04%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A430DD (or 0xA430DD) is known color: Dark Orchid. HEX triplet: A4, 30 and DD. RGB value is (164,48,221). Sum of RGB (Red+Green+Blue) = 164+48+221=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #A430DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A430DD is #5BCF22. Grayscale: #656565. Windows color (decimal): -6016803 or 14495908. OLE color: 14495908.

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

Color convert

RGB 164 48 221 -
CMYK 0.26 0.78 0 0.13
HSL 280.23º 0.72% 0.53% -
HSV(B) 280.23º 0.78% 0.87% -
XYZ 29.42 15.23 69.8 -
YUV 102.41 194.93 171.93 -
System Red Green Blue C M Y K H S L
Decimal 164 48 221 0.26 0.78 0 0.13 280.23 0.72 0.53
Hex A4 30 DD 1A 4E 0 D 118 48 35
Octal 244 60 335 32 116 0 15 430 110 65
Binary 10100100 110000 11011101 11010 1001110 0 1101 100011000 1001000 110101

Color Harmonies of #A430DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A430DD

Black with #A430DD

Text Example


Text Example

White with #A430DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A430DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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