Html Css Color HEX #A347DD Dark Orchid

📋 copy color: '#A347DD'

red 163 ◦ green 71 ◦ blue 221

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

Shades of Dark Orchid #A347DD

Tints of Dark Orchid #A347DD

RGB

 RED value IS 163 (64.06% from 255) = 35.82%

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

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

R = 35.82%
G = 15.6%
B = 48.57%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A347DD (or 0xA347DD) is known color: Dark Orchid. HEX triplet: A3, 47 and DD. RGB value is (163,71,221). Sum of RGB (Red+Green+Blue) = 163+71+221=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #A347DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A347DD is #5CB822. Grayscale: #737373. Windows color (decimal): -6076451 or 14501795. OLE color: 14501795.

HSL color Cylindrical-coordinate representation of color #A347DD: hue angle of 276.8º 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 #A347DD is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 71 221 -
CMYK 0.26 0.68 0 0.13
HSL 276.8º 0.69% 0.57% -
HSV(B) 276.8º 0.68% 0.87% -
XYZ 30.41 17.51 70.18 -
YUV 115.61 187.48 161.8 -
System Red Green Blue C M Y K H S L
Decimal 163 71 221 0.26 0.68 0 0.13 276.8 0.69 0.57
Hex A3 47 DD 1A 44 0 D 115 45 39
Octal 243 107 335 32 104 0 15 425 105 71
Binary 10100011 1000111 11011101 11010 1000100 0 1101 100010101 1000101 111001

Color Harmonies of #A347DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A347DD

Black with #A347DD

Text Example


Text Example

White with #A347DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A347DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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