Html Css Color HEX #A829DB Dark Orchid

📋 copy color: '#A829DB'

red 168 ◦ green 41 ◦ blue 219

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

Shades of Dark Orchid #A829DB

Tints of Dark Orchid #A829DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 39.25%
G = 9.58%
B = 51.17%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A829DB (or 0xA829DB) is known color: Dark Orchid. HEX triplet: A8, 29 and DB. RGB value is (168,41,219). Sum of RGB (Red+Green+Blue) = 168+41+219=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #A829DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829DB is #57D624. Grayscale: #626262. Windows color (decimal): -5756453 or 14363048. OLE color: 14363048.

HSL color Cylindrical-coordinate representation of color #A829DB: hue angle of 282.81º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A829DB is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 41 219 -
CMYK 0.23 0.81 0 0.14
HSL 282.81º 0.71% 0.51% -
HSV(B) 282.81º 0.81% 0.86% -
XYZ 29.73 15.03 68.35 -
YUV 99.27 195.58 177.03 -
System Red Green Blue C M Y K H S L
Decimal 168 41 219 0.23 0.81 0 0.14 282.81 0.71 0.51
Hex A8 29 DB 17 51 0 E 11B 47 33
Octal 250 51 333 27 121 0 16 433 107 63
Binary 10101000 101001 11011011 10111 1010001 0 1110 100011011 1000111 110011

Color Harmonies of #A829DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829DB

Black with #A829DB

Text Example


Text Example

White with #A829DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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