Html Css Color HEX #A547DF Dark Orchid

📋 copy color: '#A547DF'

red 165 ◦ green 71 ◦ blue 223

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

Shades of Dark Orchid #A547DF

Tints of Dark Orchid #A547DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 35.95%
G = 15.47%
B = 48.58%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A547DF (or 0xA547DF) is known color: Dark Orchid. HEX triplet: A5, 47 and DF. RGB value is (165,71,223). Sum of RGB (Red+Green+Blue) = 165+71+223=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #A547DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547DF is #5AB820. Grayscale: #737373. Windows color (decimal): -5945377 or 14632869. OLE color: 14632869.

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

Color convert

RGB 165 71 223 -
CMYK 0.26 0.68 0 0.13
HSL 277.11º 0.7% 0.58% -
HSV(B) 277.11º 0.68% 0.87% -
XYZ 31.09 17.83 71.62 -
YUV 116.43 188.14 162.64 -
System Red Green Blue C M Y K H S L
Decimal 165 71 223 0.26 0.68 0 0.13 277.11 0.7 0.58
Hex A5 47 DF 1A 44 0 D 115 46 3A
Octal 245 107 337 32 104 0 15 425 106 72
Binary 10100101 1000111 11011111 11010 1000100 0 1101 100010101 1000110 111010

Color Harmonies of #A547DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A547DF

Black with #A547DF

Text Example


Text Example

White with #A547DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A547DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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