Html Css Color HEX #A247DC Dark Orchid

📋 copy color: '#A247DC'

red 162 ◦ green 71 ◦ blue 220

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

Shades of Dark Orchid #A247DC

Tints of Dark Orchid #A247DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 35.76%
G = 15.67%
B = 48.57%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A247DC (or 0xA247DC) is known color: Dark Orchid. HEX triplet: A2, 47 and DC. RGB value is (162,71,220). Sum of RGB (Red+Green+Blue) = 162+71+220=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #A247DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A247DC is #5DB823. Grayscale: #727272. Windows color (decimal): -6141988 or 14436258. OLE color: 14436258.

HSL color Cylindrical-coordinate representation of color #A247DC: hue angle of 276.64º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A247DC is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 71 220 -
CMYK 0.26 0.68 0 0.14
HSL 276.64º 0.68% 0.57% -
HSV(B) 276.64º 0.68% 0.86% -
XYZ 30.07 17.36 69.48 -
YUV 115.2 187.15 161.38 -
System Red Green Blue C M Y K H S L
Decimal 162 71 220 0.26 0.68 0 0.14 276.64 0.68 0.57
Hex A2 47 DC 1A 44 0 E 115 44 39
Octal 242 107 334 32 104 0 16 425 104 71
Binary 10100010 1000111 11011100 11010 1000100 0 1110 100010101 1000100 111001

Color Harmonies of #A247DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A247DC

Black with #A247DC

Text Example


Text Example

White with #A247DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A247DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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