Html Css Color HEX #A829BD Dark Orchid

📋 copy color: '#A829BD'

red 168 ◦ green 41 ◦ blue 189

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

Shades of Dark Orchid #A829BD

Tints of Dark Orchid #A829BD

RGB

 RED value IS 168 (66.02% from 255) = 42.21%

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

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 42.21%
G = 10.3%
B = 47.49%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A829BD (or 0xA829BD) is known color: Dark Orchid. HEX triplet: A8, 29 and BD. RGB value is (168,41,189). Sum of RGB (Red+Green+Blue) = 168+41+189=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #A829BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829BD is #57D642. Grayscale: #5F5F5F. Windows color (decimal): -5756483 or 12396968. OLE color: 12396968.

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

Color convert

RGB 168 41 189 -
CMYK 0.11 0.78 0 0.26
HSL 291.49º 0.64% 0.45% -
HSV(B) 291.49º 0.78% 0.74% -
XYZ 26.13 13.58 49.39 -
YUV 95.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 168 41 189 0.11 0.78 0 0.26 291.49 0.64 0.45
Hex A8 29 BD B 4E 0 1A 123 40 2D
Octal 250 51 275 13 116 0 32 443 100 55
Binary 10101000 101001 10111101 1011 1001110 0 11010 100100011 1000000 101101

Color Harmonies of #A829BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829BD

Black with #A829BD

Text Example


Text Example

White with #A829BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829BD; }

 p { color: rgb(168,41,189); }

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

background-color css

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

 a { background-color: rgb(168,41,189); }

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

border-color css

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

 span { border-color: rgb(168,41,189); }

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