Html Css Color HEX #A829B6 Dark Orchid

📋 copy color: '#A829B6'

red 168 ◦ green 41 ◦ blue 182

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

Shades of Dark Orchid #A829B6

Tints of Dark Orchid #A829B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.55%

R = 42.97%
G = 10.49%
B = 46.55%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A829B6 (or 0xA829B6) is known color: Dark Orchid. HEX triplet: A8, 29 and B6. RGB value is (168,41,182). Sum of RGB (Red+Green+Blue) = 168+41+182=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #A829B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829B6 is #57D649. Grayscale: #5E5E5E. Windows color (decimal): -5756490 or 11938216. OLE color: 11938216.

HSL color Cylindrical-coordinate representation of color #A829B6: hue angle of 294.04º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A829B6 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 41 182 -
CMYK 0.08 0.77 0 0.29
HSL 294.04º 0.63% 0.44% -
HSV(B) 294.04º 0.77% 0.71% -
XYZ 25.38 13.29 45.48 -
YUV 95.05 177.08 180.04 -
System Red Green Blue C M Y K H S L
Decimal 168 41 182 0.08 0.77 0 0.29 294.04 0.63 0.44
Hex A8 29 B6 8 4D 0 1D 126 3F 2C
Octal 250 51 266 10 115 0 35 446 77 54
Binary 10101000 101001 10110110 1000 1001101 0 11101 100100110 111111 101100

Color Harmonies of #A829B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829B6

Black with #A829B6

Text Example


Text Example

White with #A829B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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