Html Css Color HEX #A545DD Dark Orchid

📋 copy color: '#A545DD'

red 165 ◦ green 69 ◦ blue 221

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

Shades of Dark Orchid #A545DD

Tints of Dark Orchid #A545DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.16%

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

R = 36.26%
G = 15.16%
B = 48.57%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A545DD (or 0xA545DD) is known color: Dark Orchid. HEX triplet: A5, 45 and DD. RGB value is (165,69,221). Sum of RGB (Red+Green+Blue) = 165+69+221=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #A545DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545DD is #5ABA22. Grayscale: #727272. Windows color (decimal): -5945891 or 14501285. OLE color: 14501285.

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

Color convert

RGB 165 69 221 -
CMYK 0.25 0.69 0 0.13
HSL 277.89º 0.69% 0.57% -
HSV(B) 277.89º 0.69% 0.87% -
XYZ 30.7 17.48 70.16 -
YUV 115.03 187.8 163.64 -
System Red Green Blue C M Y K H S L
Decimal 165 69 221 0.25 0.69 0 0.13 277.89 0.69 0.57
Hex A5 45 DD 19 45 0 D 116 45 39
Octal 245 105 335 31 105 0 15 426 105 71
Binary 10100101 1000101 11011101 11001 1000101 0 1101 100010110 1000101 111001

Color Harmonies of #A545DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A545DD

Black with #A545DD

Text Example


Text Example

White with #A545DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A545DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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