Html Css Color HEX #A529DD Dark Orchid

📋 copy color: '#A529DD'

red 165 ◦ green 41 ◦ blue 221

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

Shades of Dark Orchid #A529DD

Tints of Dark Orchid #A529DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 38.64%
G = 9.6%
B = 51.76%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A529DD (or 0xA529DD) is known color: Dark Orchid. HEX triplet: A5, 29 and DD. RGB value is (165,41,221). Sum of RGB (Red+Green+Blue) = 165+41+221=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #A529DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A529DD is #5AD622. Grayscale: #626262. Windows color (decimal): -5953059 or 14494117. OLE color: 14494117.

HSL color Cylindrical-coordinate representation of color #A529DD: hue angle of 281.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A529DD is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 41 221 -
CMYK 0.25 0.81 0 0.13
HSL 281.33º 0.73% 0.51% -
HSV(B) 281.33º 0.81% 0.87% -
XYZ 29.36 14.81 69.72 -
YUV 98.6 197.08 175.36 -
System Red Green Blue C M Y K H S L
Decimal 165 41 221 0.25 0.81 0 0.13 281.33 0.73 0.51
Hex A5 29 DD 19 51 0 D 119 49 33
Octal 245 51 335 31 121 0 15 431 111 63
Binary 10100101 101001 11011101 11001 1010001 0 1101 100011001 1001001 110011

Color Harmonies of #A529DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A529DD

Black with #A529DD

Text Example


Text Example

White with #A529DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A529DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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