Html Css Color HEX #A547DD Dark Orchid

📋 copy color: '#A547DD'

red 165 ◦ green 71 ◦ blue 221

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

Shades of Dark Orchid #A547DD

Tints of Dark Orchid #A547DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.54%

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

R = 36.11%
G = 15.54%
B = 48.36%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A547DD (or 0xA547DD) is known color: Dark Orchid. HEX triplet: A5, 47 and DD. RGB value is (165,71,221). Sum of RGB (Red+Green+Blue) = 165+71+221=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #A547DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547DD is #5AB822. Grayscale: #737373. Windows color (decimal): -5945379 or 14501797. OLE color: 14501797.

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

Color convert

RGB 165 71 221 -
CMYK 0.25 0.68 0 0.13
HSL 277.6º 0.69% 0.57% -
HSV(B) 277.6º 0.68% 0.87% -
XYZ 30.82 17.73 70.2 -
YUV 116.21 187.14 162.8 -
System Red Green Blue C M Y K H S L
Decimal 165 71 221 0.25 0.68 0 0.13 277.6 0.69 0.57
Hex A5 47 DD 19 44 0 D 116 45 39
Octal 245 107 335 31 104 0 15 426 105 71
Binary 10100101 1000111 11011101 11001 1000100 0 1101 100010110 1000101 111001

Color Harmonies of #A547DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A547DD

Black with #A547DD

Text Example


Text Example

White with #A547DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A547DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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