Html Css Color HEX #A430A9 Dark Orchid

📋 copy color: '#A430A9'

red 164 ◦ green 48 ◦ blue 169

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

Shades of Dark Orchid #A430A9

Tints of Dark Orchid #A430A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.36%

R = 43.04%
G = 12.6%
B = 44.36%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A430A9 (or 0xA430A9) is known color: Dark Orchid. HEX triplet: A4, 30 and A9. RGB value is (164,48,169). Sum of RGB (Red+Green+Blue) = 164+48+169=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 169 - color contains mainly: blue. Hex color #A430A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A430A9 is #5BCF56. Grayscale: #606060. Windows color (decimal): -6016855 or 11088036. OLE color: 11088036.

HSL color Cylindrical-coordinate representation of color #A430A9: hue angle of 297.52º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A430A9 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 48 169 -
CMYK 0.03 0.72 0 0.34
HSL 297.52º 0.56% 0.43% -
HSV(B) 297.52º 0.72% 0.66% -
XYZ 23.53 12.87 38.78 -
YUV 96.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 164 48 169 0.03 0.72 0 0.34 297.52 0.56 0.43
Hex A4 30 A9 3 48 0 22 12A 38 2B
Octal 244 60 251 3 110 0 42 452 70 53
Binary 10100100 110000 10101001 11 1001000 0 100010 100101010 111000 101011

Color Harmonies of #A430A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A430A9

Black with #A430A9

Text Example


Text Example

White with #A430A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A430A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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