Html Css Color HEX #A429C1 Dark Orchid

📋 copy color: '#A429C1'

red 164 ◦ green 41 ◦ blue 193

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

Shades of Dark Orchid #A429C1

Tints of Dark Orchid #A429C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.49%

R = 41.21%
G = 10.3%
B = 48.49%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A429C1 (or 0xA429C1) is known color: Dark Orchid. HEX triplet: A4, 29 and C1. RGB value is (164,41,193). Sum of RGB (Red+Green+Blue) = 164+41+193=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #A429C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A429C1 is #5BD63E. Grayscale: #5E5E5E. Windows color (decimal): -6018623 or 12659108. OLE color: 12659108.

HSL color Cylindrical-coordinate representation of color #A429C1: hue angle of 288.55º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A429C1 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 41 193 -
CMYK 0.15 0.79 0 0.24
HSL 288.55º 0.65% 0.46% -
HSV(B) 288.55º 0.79% 0.76% -
XYZ 25.73 13.33 51.67 -
YUV 95.11 183.25 177.14 -
System Red Green Blue C M Y K H S L
Decimal 164 41 193 0.15 0.79 0 0.24 288.55 0.65 0.46
Hex A4 29 C1 F 4F 0 18 121 41 2E
Octal 244 51 301 17 117 0 30 441 101 56
Binary 10100100 101001 11000001 1111 1001111 0 11000 100100001 1000001 101110

Color Harmonies of #A429C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429C1

Black with #A429C1

Text Example


Text Example

White with #A429C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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