Html Css Color HEX #A247CC Dark Orchid

📋 copy color: '#A247CC'

red 162 ◦ green 71 ◦ blue 204

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

Shades of Dark Orchid #A247CC

Tints of Dark Orchid #A247CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 37.07%
G = 16.25%
B = 46.68%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A247CC (or 0xA247CC) is known color: Dark Orchid. HEX triplet: A2, 47 and CC. RGB value is (162,71,204). Sum of RGB (Red+Green+Blue) = 162+71+204=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #A247CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A247CC is #5DB833. Grayscale: #707070. Windows color (decimal): -6142004 or 13387682. OLE color: 13387682.

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

Color convert

RGB 162 71 204 -
CMYK 0.21 0.65 0 0.2
HSL 281.05º 0.57% 0.54% -
HSV(B) 281.05º 0.65% 0.8% -
XYZ 28.05 16.55 58.84 -
YUV 113.37 179.15 162.69 -
System Red Green Blue C M Y K H S L
Decimal 162 71 204 0.21 0.65 0 0.2 281.05 0.57 0.54
Hex A2 47 CC 15 41 0 14 119 39 36
Octal 242 107 314 25 101 0 24 431 71 66
Binary 10100010 1000111 11001100 10101 1000001 0 10100 100011001 111001 110110

Color Harmonies of #A247CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A247CC

Black with #A247CC

Text Example


Text Example

White with #A247CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A247CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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