Html Css Color HEX #A429C0 Dark Orchid

📋 copy color: '#A429C0'

red 164 ◦ green 41 ◦ blue 192

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

Shades of Dark Orchid #A429C0

Tints of Dark Orchid #A429C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.36%

R = 41.31%
G = 10.33%
B = 48.36%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A429C0 (or 0xA429C0) is known color: Dark Orchid. HEX triplet: A4, 29 and C0. RGB value is (164,41,192). Sum of RGB (Red+Green+Blue) = 164+41+192=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #A429C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A429C0 is #5BD63F. Grayscale: #5E5E5E. Windows color (decimal): -6018624 or 12593572. OLE color: 12593572.

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

Color convert

RGB 164 41 192 -
CMYK 0.15 0.79 0 0.25
HSL 288.87º 0.65% 0.46% -
HSV(B) 288.87º 0.79% 0.75% -
XYZ 25.62 13.28 51.08 -
YUV 94.99 182.75 177.22 -
System Red Green Blue C M Y K H S L
Decimal 164 41 192 0.15 0.79 0 0.25 288.87 0.65 0.46
Hex A4 29 C0 F 4F 0 19 121 41 2E
Octal 244 51 300 17 117 0 31 441 101 56
Binary 10100100 101001 11000000 1111 1001111 0 11001 100100001 1000001 101110

Color Harmonies of #A429C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429C0

Black with #A429C0

Text Example


Text Example

White with #A429C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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