Html Css Color HEX #A349D5 Dark Orchid

📋 copy color: '#A349D5'

red 163 ◦ green 73 ◦ blue 213

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

Shades of Dark Orchid #A349D5

Tints of Dark Orchid #A349D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.44%

R = 36.3%
G = 16.26%
B = 47.44%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A349D5 (or 0xA349D5) is known color: Dark Orchid. HEX triplet: A3, 49 and D5. RGB value is (163,73,213). Sum of RGB (Red+Green+Blue) = 163+73+213=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #A349D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A349D5 is #5CB62A. Grayscale: #737373. Windows color (decimal): -6075947 or 13978019. OLE color: 13978019.

HSL color Cylindrical-coordinate representation of color #A349D5: hue angle of 278.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A349D5 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 73 213 -
CMYK 0.23 0.66 0 0.16
HSL 278.57º 0.63% 0.56% -
HSV(B) 278.57º 0.66% 0.84% -
XYZ 29.5 17.36 64.75 -
YUV 115.87 182.82 161.62 -
System Red Green Blue C M Y K H S L
Decimal 163 73 213 0.23 0.66 0 0.16 278.57 0.63 0.56
Hex A3 49 D5 17 42 0 10 117 3E 38
Octal 243 111 325 27 102 0 20 427 76 70
Binary 10100011 1001001 11010101 10111 1000010 0 10000 100010111 111110 111000

Color Harmonies of #A349D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A349D5

Black with #A349D5

Text Example


Text Example

White with #A349D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A349D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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