Html Css Color HEX #A528DD Dark Orchid

📋 copy color: '#A528DD'

red 165 ◦ green 40 ◦ blue 221

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

Shades of Dark Orchid #A528DD

Tints of Dark Orchid #A528DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.39%

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

R = 38.73%
G = 9.39%
B = 51.88%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A528DD (or 0xA528DD) is known color: Dark Orchid. HEX triplet: A5, 28 and DD. RGB value is (165,40,221). Sum of RGB (Red+Green+Blue) = 165+40+221=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #A528DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528DD is #5AD722. Grayscale: #616161. Windows color (decimal): -5953315 or 14493861. OLE color: 14493861.

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

Color convert

RGB 165 40 221 -
CMYK 0.25 0.82 0 0.13
HSL 281.44º 0.73% 0.51% -
HSV(B) 281.44º 0.82% 0.87% -
XYZ 29.33 14.74 69.71 -
YUV 98.01 197.41 175.78 -
System Red Green Blue C M Y K H S L
Decimal 165 40 221 0.25 0.82 0 0.13 281.44 0.73 0.51
Hex A5 28 DD 19 52 0 D 119 49 33
Octal 245 50 335 31 122 0 15 431 111 63
Binary 10100101 101000 11011101 11001 1010010 0 1101 100011001 1001001 110011

Color Harmonies of #A528DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528DD

Black with #A528DD

Text Example


Text Example

White with #A528DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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