Html Css Color HEX #A247CD Dark Orchid

📋 copy color: '#A247CD'

red 162 ◦ green 71 ◦ blue 205

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

Shades of Dark Orchid #A247CD

Tints of Dark Orchid #A247CD

RGB

 RED value IS 162 (63.67% from 255) = 36.99%

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

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

R = 36.99%
G = 16.21%
B = 46.8%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A247CD (or 0xA247CD) is known color: Dark Orchid. HEX triplet: A2, 47 and CD. RGB value is (162,71,205). Sum of RGB (Red+Green+Blue) = 162+71+205=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #A247CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A247CD is #5DB832. Grayscale: #717171. Windows color (decimal): -6142003 or 13453218. OLE color: 13453218.

HSL color Cylindrical-coordinate representation of color #A247CD: hue angle of 280.75º 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 #A247CD is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 71 205 -
CMYK 0.21 0.65 0 0.20
HSL 280.75º 0.57% 0.54% -
HSV(B) 280.75º 0.65% 0.8% -
XYZ 28.17 16.6 59.48 -
YUV 113.49 179.65 162.6 -
System Red Green Blue C M Y K H S L
Decimal 162 71 205 0.21 0.65 0 0.20 280.75 0.57 0.54
Hex A2 47 CD 15 41 0 14 119 39 36
Octal 242 107 315 25 101 0 24 431 71 66
Binary 10100010 1000111 11001101 10101 1000001 0 10100 100011001 111001 110110

Color Harmonies of #A247CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A247CD

Black with #A247CD

Text Example


Text Example

White with #A247CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A247CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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