Html Css Color HEX #A349DF Dark Orchid

📋 copy color: '#A349DF'

red 163 ◦ green 73 ◦ blue 223

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

Shades of Dark Orchid #A349DF

Tints of Dark Orchid #A349DF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.9%

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

R = 35.51%
G = 15.9%
B = 48.58%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A349DF (or 0xA349DF) is known color: Dark Orchid. HEX triplet: A3, 49 and DF. RGB value is (163,73,223). Sum of RGB (Red+Green+Blue) = 163+73+223=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #A349DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A349DF is #5CB620. Grayscale: #747474. Windows color (decimal): -6075937 or 14633379. OLE color: 14633379.

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

Color convert

RGB 163 73 223 -
CMYK 0.27 0.67 0 0.13
HSL 276º 0.7% 0.58% -
HSV(B) 276º 0.67% 0.87% -
XYZ 30.81 17.88 71.64 -
YUV 117.01 187.82 160.8 -
System Red Green Blue C M Y K H S L
Decimal 163 73 223 0.27 0.67 0 0.13 276 0.7 0.58
Hex A3 49 DF 1B 43 0 D 114 46 3A
Octal 243 111 337 33 103 0 15 424 106 72
Binary 10100011 1001001 11011111 11011 1000011 0 1101 100010100 1000110 111010

Color Harmonies of #A349DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A349DF

Black with #A349DF

Text Example


Text Example

White with #A349DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A349DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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