Html Css Color HEX #A347DF Dark Orchid

📋 copy color: '#A347DF'

red 163 ◦ green 71 ◦ blue 223

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

Shades of Dark Orchid #A347DF

Tints of Dark Orchid #A347DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 35.67%
G = 15.54%
B = 48.8%

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

#A347DF (or 0xA347DF) is known color: Dark Orchid. HEX triplet: A3, 47 and DF. RGB value is (163,71,223). Sum of RGB (Red+Green+Blue) = 163+71+223=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #A347DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A347DF is #5CB820. Grayscale: #737373. Windows color (decimal): -6076449 or 14632867. OLE color: 14632867.

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

Color convert

RGB 163 71 223 -
CMYK 0.27 0.68 0 0.13
HSL 276.32º 0.7% 0.58% -
HSV(B) 276.32º 0.68% 0.87% -
XYZ 30.68 17.62 71.6 -
YUV 115.84 188.48 161.64 -
System Red Green Blue C M Y K H S L
Decimal 163 71 223 0.27 0.68 0 0.13 276.32 0.7 0.58
Hex A3 47 DF 1B 44 0 D 114 46 3A
Octal 243 107 337 33 104 0 15 424 106 72
Binary 10100011 1000111 11011111 11011 1000100 0 1101 100010100 1000110 111010

Color Harmonies of #A347DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A347DF

Black with #A347DF

Text Example


Text Example

White with #A347DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A347DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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