Html Css Color HEX #A347DC Dark Orchid

📋 copy color: '#A347DC'

red 163 ◦ green 71 ◦ blue 220

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

Shades of Dark Orchid #A347DC

Tints of Dark Orchid #A347DC

RGB

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

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

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

R = 35.9%
G = 15.64%
B = 48.46%

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

#A347DC (or 0xA347DC) is known color: Dark Orchid. HEX triplet: A3, 47 and DC. RGB value is (163,71,220). Sum of RGB (Red+Green+Blue) = 163+71+220=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #A347DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A347DC is #5CB823. Grayscale: #727272. Windows color (decimal): -6076452 or 14436259. OLE color: 14436259.

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

Color convert

RGB 163 71 220 -
CMYK 0.26 0.68 0 0.14
HSL 277.05º 0.68% 0.57% -
HSV(B) 277.05º 0.68% 0.86% -
XYZ 30.28 17.46 69.48 -
YUV 115.49 186.98 161.88 -
System Red Green Blue C M Y K H S L
Decimal 163 71 220 0.26 0.68 0 0.14 277.05 0.68 0.57
Hex A3 47 DC 1A 44 0 E 115 44 39
Octal 243 107 334 32 104 0 16 425 104 71
Binary 10100011 1000111 11011100 11010 1000100 0 1110 100010101 1000100 111001

Color Harmonies of #A347DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A347DC

Black with #A347DC

Text Example


Text Example

White with #A347DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A347DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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