Html Css Color HEX #A247DF Dark Orchid

📋 copy color: '#A247DF'

red 162 ◦ green 71 ◦ blue 223

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

Shades of Dark Orchid #A247DF

Tints of Dark Orchid #A247DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 35.53%
G = 15.57%
B = 48.9%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A247DF (or 0xA247DF) is known color: Dark Orchid. HEX triplet: A2, 47 and DF. RGB value is (162,71,223). Sum of RGB (Red+Green+Blue) = 162+71+223=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #A247DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A247DF is #5DB820. Grayscale: #737373. Windows color (decimal): -6141985 or 14632866. OLE color: 14632866.

HSL color Cylindrical-coordinate representation of color #A247DF: hue angle of 275.92º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A247DF is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 71 223 -
CMYK 0.27 0.68 0 0.13
HSL 275.92º 0.7% 0.58% -
HSV(B) 275.92º 0.68% 0.87% -
XYZ 30.47 17.52 71.59 -
YUV 115.54 188.65 161.14 -
System Red Green Blue C M Y K H S L
Decimal 162 71 223 0.27 0.68 0 0.13 275.92 0.7 0.58
Hex A2 47 DF 1B 44 0 D 114 46 3A
Octal 242 107 337 33 104 0 15 424 106 72
Binary 10100010 1000111 11011111 11011 1000100 0 1101 100010100 1000110 111010

Color Harmonies of #A247DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A247DF

Black with #A247DF

Text Example


Text Example

White with #A247DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A247DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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