Html Css Color HEX #A247DD Dark Orchid

📋 copy color: '#A247DD'

red 162 ◦ green 71 ◦ blue 221

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

Shades of Dark Orchid #A247DD

Tints of Dark Orchid #A247DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 35.68%
G = 15.64%
B = 48.68%

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

#A247DD (or 0xA247DD) is known color: Dark Orchid. HEX triplet: A2, 47 and DD. RGB value is (162,71,221). Sum of RGB (Red+Green+Blue) = 162+71+221=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #A247DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A247DD is #5DB822. Grayscale: #727272. Windows color (decimal): -6141987 or 14501794. OLE color: 14501794.

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

Color convert

RGB 162 71 221 -
CMYK 0.27 0.68 0 0.13
HSL 276.4º 0.69% 0.57% -
HSV(B) 276.4º 0.68% 0.87% -
XYZ 30.2 17.41 70.17 -
YUV 115.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 162 71 221 0.27 0.68 0 0.13 276.4 0.69 0.57
Hex A2 47 DD 1B 44 0 D 114 45 39
Octal 242 107 335 33 104 0 15 424 105 71
Binary 10100010 1000111 11011101 11011 1000100 0 1101 100010100 1000101 111001

Color Harmonies of #A247DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A247DD

Black with #A247DD

Text Example


Text Example

White with #A247DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A247DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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