Html Css Color HEX #A129DA Dark Orchid

📋 copy color: '#A129DA'

red 161 ◦ green 41 ◦ blue 218

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

Shades of Dark Orchid #A129DA

Tints of Dark Orchid #A129DA

RGB

 RED value IS 161 (63.28% from 255) = 38.33%

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

 BLUE value IS 218 (85.55% from 255) = 51.9%

R = 38.33%
G = 9.76%
B = 51.9%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A129DA (or 0xA129DA) is known color: Dark Orchid. HEX triplet: A1, 29 and DA. RGB value is (161,41,218). Sum of RGB (Red+Green+Blue) = 161+41+218=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #A129DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129DA is #5ED625. Grayscale: #606060. Windows color (decimal): -6215206 or 14297505. OLE color: 14297505.

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

Color convert

RGB 161 41 218 -
CMYK 0.26 0.81 0 0.15
HSL 280.68º 0.71% 0.51% -
HSV(B) 280.68º 0.81% 0.85% -
XYZ 28.15 14.22 67.59 -
YUV 97.06 196.26 173.61 -
System Red Green Blue C M Y K H S L
Decimal 161 41 218 0.26 0.81 0 0.15 280.68 0.71 0.51
Hex A1 29 DA 1A 51 0 F 119 47 33
Octal 241 51 332 32 121 0 17 431 107 63
Binary 10100001 101001 11011010 11010 1010001 0 1111 100011001 1000111 110011

Color Harmonies of #A129DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129DA

Black with #A129DA

Text Example


Text Example

White with #A129DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129DA; }

 p { color: rgb(161,41,218); }

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

background-color css

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

 a { background-color: rgb(161,41,218); }

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

border-color css

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

 span { border-color: rgb(161,41,218); }

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