Html Css Color HEX #A429BA Dark Orchid

📋 copy color: '#A429BA'

red 164 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #A429BA

Tints of Dark Orchid #A429BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.49%

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 41.94%
G = 10.49%
B = 47.57%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A429BA (or 0xA429BA) is known color: Dark Orchid. HEX triplet: A4, 29 and BA. RGB value is (164,41,186). Sum of RGB (Red+Green+Blue) = 164+41+186=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #A429BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A429BA is #5BD645. Grayscale: #5D5D5D. Windows color (decimal): -6018630 or 12200356. OLE color: 12200356.

HSL color Cylindrical-coordinate representation of color #A429BA: hue angle of 290.9º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A429BA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 41 186 -
CMYK 0.12 0.78 0 0.27
HSL 290.9º 0.64% 0.45% -
HSV(B) 290.9º 0.78% 0.73% -
XYZ 24.97 13.02 47.65 -
YUV 94.31 179.75 177.71 -
System Red Green Blue C M Y K H S L
Decimal 164 41 186 0.12 0.78 0 0.27 290.9 0.64 0.45
Hex A4 29 BA C 4E 0 1B 123 40 2D
Octal 244 51 272 14 116 0 33 443 100 55
Binary 10100100 101001 10111010 1100 1001110 0 11011 100100011 1000000 101101

Color Harmonies of #A429BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429BA

Black with #A429BA

Text Example


Text Example

White with #A429BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429BA; }

 p { color: rgb(164,41,186); }

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

background-color css

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

 a { background-color: rgb(164,41,186); }

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

border-color css

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

 span { border-color: rgb(164,41,186); }

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