Html Css Color HEX #A647CD Dark Orchid

📋 copy color: '#A647CD'

red 166 ◦ green 71 ◦ blue 205

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

Shades of Dark Orchid #A647CD

Tints of Dark Orchid #A647CD

RGB

 RED value IS 166 (65.23% from 255) = 37.56%

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

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 37.56%
G = 16.06%
B = 46.38%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A647CD (or 0xA647CD) is known color: Dark Orchid. HEX triplet: A6, 47 and CD. RGB value is (166,71,205). Sum of RGB (Red+Green+Blue) = 166+71+205=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #A647CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A647CD is #59B832. Grayscale: #727272. Windows color (decimal): -5879859 or 13453222. OLE color: 13453222.

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

Color convert

RGB 166 71 205 -
CMYK 0.19 0.65 0 0.20
HSL 282.54º 0.57% 0.54% -
HSV(B) 282.54º 0.65% 0.8% -
XYZ 29 17.02 59.51 -
YUV 114.68 178.97 164.6 -
System Red Green Blue C M Y K H S L
Decimal 166 71 205 0.19 0.65 0 0.20 282.54 0.57 0.54
Hex A6 47 CD 13 41 0 14 11B 39 36
Octal 246 107 315 23 101 0 24 433 71 66
Binary 10100110 1000111 11001101 10011 1000001 0 10100 100011011 111001 110110

Color Harmonies of #A647CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A647CD

Black with #A647CD

Text Example


Text Example

White with #A647CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A647CD; }

 p { color: rgb(166,71,205); }

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

background-color css

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

 a { background-color: rgb(166,71,205); }

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

border-color css

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

 span { border-color: rgb(166,71,205); }

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