Html Css Color HEX #A347DE Dark Orchid

📋 copy color: '#A347DE'

red 163 ◦ green 71 ◦ blue 222

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

Shades of Dark Orchid #A347DE

Tints of Dark Orchid #A347DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 35.75%
G = 15.57%
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

#A347DE (or 0xA347DE) is known color: Dark Orchid. HEX triplet: A3, 47 and DE. RGB value is (163,71,222). Sum of RGB (Red+Green+Blue) = 163+71+222=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #A347DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A347DE is #5CB821. Grayscale: #737373. Windows color (decimal): -6076450 or 14567331. OLE color: 14567331.

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

Color convert

RGB 163 71 222 -
CMYK 0.27 0.68 0 0.13
HSL 276.56º 0.7% 0.57% -
HSV(B) 276.56º 0.68% 0.87% -
XYZ 30.54 17.57 70.89 -
YUV 115.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 163 71 222 0.27 0.68 0 0.13 276.56 0.7 0.57
Hex A3 47 DE 1B 44 0 D 115 46 39
Octal 243 107 336 33 104 0 15 425 106 71
Binary 10100011 1000111 11011110 11011 1000100 0 1101 100010101 1000110 111001

Color Harmonies of #A347DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A347DE

Black with #A347DE

Text Example


Text Example

White with #A347DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A347DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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