Html Css Color HEX #A349DB Dark Orchid

📋 copy color: '#A349DB'

red 163 ◦ green 73 ◦ blue 219

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

Shades of Dark Orchid #A349DB

Tints of Dark Orchid #A349DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 35.82%
G = 16.04%
B = 48.13%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A349DB (or 0xA349DB) is known color: Dark Orchid. HEX triplet: A3, 49 and DB. RGB value is (163,73,219). Sum of RGB (Red+Green+Blue) = 163+73+219=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #A349DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A349DB is #5CB624. Grayscale: #747474. Windows color (decimal): -6075941 or 14371235. OLE color: 14371235.

HSL color Cylindrical-coordinate representation of color #A349DB: hue angle of 276.99º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A349DB is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 73 219 -
CMYK 0.26 0.67 0 0.14
HSL 276.99º 0.67% 0.57% -
HSV(B) 276.99º 0.67% 0.86% -
XYZ 30.27 17.67 68.83 -
YUV 116.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 163 73 219 0.26 0.67 0 0.14 276.99 0.67 0.57
Hex A3 49 DB 1A 43 0 E 115 43 39
Octal 243 111 333 32 103 0 16 425 103 71
Binary 10100011 1001001 11011011 11010 1000011 0 1110 100010101 1000011 111001

Color Harmonies of #A349DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A349DB

Black with #A349DB

Text Example


Text Example

White with #A349DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A349DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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