Html Css Color HEX #A829BB Dark Orchid

📋 copy color: '#A829BB'

red 168 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #A829BB

Tints of Dark Orchid #A829BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.22%

R = 42.42%
G = 10.35%
B = 47.22%

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

#A829BB (or 0xA829BB) is known color: Dark Orchid. HEX triplet: A8, 29 and BB. RGB value is (168,41,187). Sum of RGB (Red+Green+Blue) = 168+41+187=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #A829BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829BB is #57D644. Grayscale: #5F5F5F. Windows color (decimal): -5756485 or 12265896. OLE color: 12265896.

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

Color convert

RGB 168 41 187 -
CMYK 0.10 0.78 0 0.27
HSL 292.19º 0.64% 0.45% -
HSV(B) 292.19º 0.78% 0.73% -
XYZ 25.91 13.5 48.25 -
YUV 95.62 179.58 179.63 -
System Red Green Blue C M Y K H S L
Decimal 168 41 187 0.10 0.78 0 0.27 292.19 0.64 0.45
Hex A8 29 BB A 4E 0 1B 124 40 2D
Octal 250 51 273 12 116 0 33 444 100 55
Binary 10101000 101001 10111011 1010 1001110 0 11011 100100100 1000000 101101

Color Harmonies of #A829BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829BB

Black with #A829BB

Text Example


Text Example

White with #A829BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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