Html Css Color HEX #A529DB Dark Orchid

📋 copy color: '#A529DB'

red 165 ◦ green 41 ◦ blue 219

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

Shades of Dark Orchid #A529DB

Tints of Dark Orchid #A529DB

RGB

 RED value IS 165 (64.84% from 255) = 38.82%

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

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

R = 38.82%
G = 9.65%
B = 51.53%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A529DB (or 0xA529DB) is known color: Dark Orchid. HEX triplet: A5, 29 and DB. RGB value is (165,41,219). Sum of RGB (Red+Green+Blue) = 165+41+219=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #A529DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A529DB is #5AD624. Grayscale: #616161. Windows color (decimal): -5953061 or 14363045. OLE color: 14363045.

HSL color Cylindrical-coordinate representation of color #A529DB: hue angle of 281.8º 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 #A529DB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 41 219 -
CMYK 0.25 0.81 0 0.14
HSL 281.8º 0.71% 0.51% -
HSV(B) 281.8º 0.81% 0.86% -
XYZ 29.1 14.7 68.32 -
YUV 98.37 196.08 175.53 -
System Red Green Blue C M Y K H S L
Decimal 165 41 219 0.25 0.81 0 0.14 281.8 0.71 0.51
Hex A5 29 DB 19 51 0 E 11A 47 33
Octal 245 51 333 31 121 0 16 432 107 63
Binary 10100101 101001 11011011 11001 1010001 0 1110 100011010 1000111 110011

Color Harmonies of #A529DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A529DB

Black with #A529DB

Text Example


Text Example

White with #A529DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A529DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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