Html Css Color HEX #A247D0 Dark Orchid

📋 copy color: '#A247D0'

red 162 ◦ green 71 ◦ blue 208

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

Shades of Dark Orchid #A247D0

Tints of Dark Orchid #A247D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.17%

R = 36.73%
G = 16.1%
B = 47.17%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A247D0 (or 0xA247D0) is known color: Dark Orchid. HEX triplet: A2, 47 and D0. RGB value is (162,71,208). Sum of RGB (Red+Green+Blue) = 162+71+208=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #A247D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A247D0 is #5DB82F. Grayscale: #717171. Windows color (decimal): -6142000 or 13649826. OLE color: 13649826.

HSL color Cylindrical-coordinate representation of color #A247D0: hue angle of 279.85º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A247D0 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 71 208 -
CMYK 0.22 0.66 0 0.18
HSL 279.85º 0.59% 0.55% -
HSV(B) 279.85º 0.66% 0.82% -
XYZ 28.54 16.74 61.4 -
YUV 113.83 181.15 162.36 -
System Red Green Blue C M Y K H S L
Decimal 162 71 208 0.22 0.66 0 0.18 279.85 0.59 0.55
Hex A2 47 D0 16 42 0 12 118 3B 37
Octal 242 107 320 26 102 0 22 430 73 67
Binary 10100010 1000111 11010000 10110 1000010 0 10010 100011000 111011 110111

Color Harmonies of #A247D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A247D0

Black with #A247D0

Text Example


Text Example

White with #A247D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A247D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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