Html Css Color HEX #A430AD Dark Orchid

📋 copy color: '#A430AD'

red 164 ◦ green 48 ◦ blue 173

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

Shades of Dark Orchid #A430AD

Tints of Dark Orchid #A430AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 42.6%
G = 12.47%
B = 44.94%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A430AD (or 0xA430AD) is known color: Dark Orchid. HEX triplet: A4, 30 and AD. RGB value is (164,48,173). Sum of RGB (Red+Green+Blue) = 164+48+173=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #A430AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A430AD is #5BCF52. Grayscale: #606060. Windows color (decimal): -6016851 or 11350180. OLE color: 11350180.

HSL color Cylindrical-coordinate representation of color #A430AD: hue angle of 295.68º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A430AD is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 48 173 -
CMYK 0.05 0.72 0 0.32
HSL 295.68º 0.57% 0.43% -
HSV(B) 295.68º 0.72% 0.68% -
XYZ 23.91 13.02 40.79 -
YUV 96.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 164 48 173 0.05 0.72 0 0.32 295.68 0.57 0.43
Hex A4 30 AD 5 48 0 20 128 39 2B
Octal 244 60 255 5 110 0 40 450 71 53
Binary 10100100 110000 10101101 101 1001000 0 100000 100101000 111001 101011

Color Harmonies of #A430AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A430AD

Black with #A430AD

Text Example


Text Example

White with #A430AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A430AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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