Html Css Color HEX #A829BC Dark Orchid

📋 copy color: '#A829BC'

red 168 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #A829BC

Tints of Dark Orchid #A829BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 42.32%
G = 10.33%
B = 47.36%

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

#A829BC (or 0xA829BC) is known color: Dark Orchid. HEX triplet: A8, 29 and BC. RGB value is (168,41,188). Sum of RGB (Red+Green+Blue) = 168+41+188=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #A829BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829BC is #57D643. Grayscale: #5F5F5F. Windows color (decimal): -5756484 or 12331432. OLE color: 12331432.

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

Color convert

RGB 168 41 188 -
CMYK 0.11 0.78 0 0.26
HSL 291.84º 0.64% 0.45% -
HSV(B) 291.84º 0.78% 0.74% -
XYZ 26.02 13.54 48.82 -
YUV 95.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 168 41 188 0.11 0.78 0 0.26 291.84 0.64 0.45
Hex A8 29 BC B 4E 0 1A 124 40 2D
Octal 250 51 274 13 116 0 32 444 100 55
Binary 10101000 101001 10111100 1011 1001110 0 11010 100100100 1000000 101101

Color Harmonies of #A829BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829BC

Black with #A829BC

Text Example


Text Example

White with #A829BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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