Html Css Color HEX #A429BF Dark Orchid

📋 copy color: '#A429BF'

red 164 ◦ green 41 ◦ blue 191

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

Shades of Dark Orchid #A429BF

Tints of Dark Orchid #A429BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 41.41%
G = 10.35%
B = 48.23%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A429BF (or 0xA429BF) is known color: Dark Orchid. HEX triplet: A4, 29 and BF. RGB value is (164,41,191). Sum of RGB (Red+Green+Blue) = 164+41+191=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #A429BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A429BF is #5BD640. Grayscale: #5E5E5E. Windows color (decimal): -6018625 or 12528036. OLE color: 12528036.

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

Color convert

RGB 164 41 191 -
CMYK 0.14 0.79 0 0.25
HSL 289.2º 0.65% 0.45% -
HSV(B) 289.2º 0.79% 0.75% -
XYZ 25.51 13.24 50.5 -
YUV 94.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 164 41 191 0.14 0.79 0 0.25 289.2 0.65 0.45
Hex A4 29 BF E 4F 0 19 121 41 2D
Octal 244 51 277 16 117 0 31 441 101 55
Binary 10100100 101001 10111111 1110 1001111 0 11001 100100001 1000001 101101

Color Harmonies of #A429BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429BF

Black with #A429BF

Text Example


Text Example

White with #A429BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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