Html Css Color HEX #A347CD Dark Orchid

📋 copy color: '#A347CD'

red 163 ◦ green 71 ◦ blue 205

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

Shades of Dark Orchid #A347CD

Tints of Dark Orchid #A347CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 37.13%
G = 16.17%
B = 46.7%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A347CD (or 0xA347CD) is known color: Dark Orchid. HEX triplet: A3, 47 and CD. RGB value is (163,71,205). Sum of RGB (Red+Green+Blue) = 163+71+205=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #A347CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A347CD is #5CB832. Grayscale: #717171. Windows color (decimal): -6076467 or 13453219. OLE color: 13453219.

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

Color convert

RGB 163 71 205 -
CMYK 0.20 0.65 0 0.20
HSL 281.19º 0.57% 0.54% -
HSV(B) 281.19º 0.65% 0.8% -
XYZ 28.38 16.7 59.49 -
YUV 113.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 163 71 205 0.20 0.65 0 0.20 281.19 0.57 0.54
Hex A3 47 CD 14 41 0 14 119 39 36
Octal 243 107 315 24 101 0 24 431 71 66
Binary 10100011 1000111 11001101 10100 1000001 0 10100 100011001 111001 110110

Color Harmonies of #A347CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A347CD

Black with #A347CD

Text Example


Text Example

White with #A347CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A347CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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