Html Css Color HEX #A029BD Dark Orchid

📋 copy color: '#A029BD'

red 160 ◦ green 41 ◦ blue 189

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

Shades of Dark Orchid #A029BD

Tints of Dark Orchid #A029BD

RGB

 RED value IS 160 (62.89% from 255) = 41.03%

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 41.03%
G = 10.51%
B = 48.46%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A029BD (or 0xA029BD) is known color: Dark Orchid. HEX triplet: A0, 29 and BD. RGB value is (160,41,189). Sum of RGB (Red+Green+Blue) = 160+41+189=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #A029BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A029BD is #5FD642. Grayscale: #5C5C5C. Windows color (decimal): -6280771 or 12396960. OLE color: 12396960.

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

Color convert

RGB 160 41 189 -
CMYK 0.15 0.78 0 0.26
HSL 288.24º 0.64% 0.45% -
HSV(B) 288.24º 0.78% 0.74% -
XYZ 24.48 12.73 49.31 -
YUV 93.45 181.92 175.47 -
System Red Green Blue C M Y K H S L
Decimal 160 41 189 0.15 0.78 0 0.26 288.24 0.64 0.45
Hex A0 29 BD F 4E 0 1A 120 40 2D
Octal 240 51 275 17 116 0 32 440 100 55
Binary 10100000 101001 10111101 1111 1001110 0 11010 100100000 1000000 101101

Color Harmonies of #A029BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A029BD

Black with #A029BD

Text Example


Text Example

White with #A029BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A029BD; }

 p { color: rgb(160,41,189); }

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

background-color css

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

 a { background-color: rgb(160,41,189); }

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

border-color css

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

 span { border-color: rgb(160,41,189); }

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