Html Css Color HEX #A829BA Dark Orchid

📋 copy color: '#A829BA'

red 168 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #A829BA

Tints of Dark Orchid #A829BA

RGB

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

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

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

R = 42.53%
G = 10.38%
B = 47.09%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A829BA (or 0xA829BA) is known color: Dark Orchid. HEX triplet: A8, 29 and BA. RGB value is (168,41,186). Sum of RGB (Red+Green+Blue) = 168+41+186=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #A829BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829BA is #57D645. Grayscale: #5F5F5F. Windows color (decimal): -5756486 or 12200360. OLE color: 12200360.

HSL color Cylindrical-coordinate representation of color #A829BA: hue angle of 292.55º 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 #A829BA is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 41 186 -
CMYK 0.10 0.78 0 0.27
HSL 292.55º 0.64% 0.45% -
HSV(B) 292.55º 0.78% 0.73% -
XYZ 25.8 13.46 47.69 -
YUV 95.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 168 41 186 0.10 0.78 0 0.27 292.55 0.64 0.45
Hex A8 29 BA A 4E 0 1B 125 40 2D
Octal 250 51 272 12 116 0 33 445 100 55
Binary 10101000 101001 10111010 1010 1001110 0 11011 100100101 1000000 101101

Color Harmonies of #A829BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829BA

Black with #A829BA

Text Example


Text Example

White with #A829BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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