Html Css Color HEX #A547CE Dark Orchid

📋 copy color: '#A547CE'

red 165 ◦ green 71 ◦ blue 206

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

Shades of Dark Orchid #A547CE

Tints of Dark Orchid #A547CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 37.33%
G = 16.06%
B = 46.61%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A547CE (or 0xA547CE) is known color: Dark Orchid. HEX triplet: A5, 47 and CE. RGB value is (165,71,206). Sum of RGB (Red+Green+Blue) = 165+71+206=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #A547CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547CE is #5AB831. Grayscale: #727272. Windows color (decimal): -5945394 or 13518757. OLE color: 13518757.

HSL color Cylindrical-coordinate representation of color #A547CE: hue angle of 281.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A547CE is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 71 206 -
CMYK 0.20 0.66 0 0.19
HSL 281.78º 0.58% 0.54% -
HSV(B) 281.78º 0.66% 0.81% -
XYZ 28.91 16.96 60.14 -
YUV 114.5 179.64 164.02 -
System Red Green Blue C M Y K H S L
Decimal 165 71 206 0.20 0.66 0 0.19 281.78 0.58 0.54
Hex A5 47 CE 14 42 0 13 11A 3A 36
Octal 245 107 316 24 102 0 23 432 72 66
Binary 10100101 1000111 11001110 10100 1000010 0 10011 100011010 111010 110110

Color Harmonies of #A547CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A547CE

Black with #A547CE

Text Example


Text Example

White with #A547CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A547CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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