Html Css Color HEX #A349DD Dark Orchid

📋 copy color: '#A349DD'

red 163 ◦ green 73 ◦ blue 221

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

Shades of Dark Orchid #A349DD

Tints of Dark Orchid #A349DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 35.67%
G = 15.97%
B = 48.36%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A349DD (or 0xA349DD) is known color: Dark Orchid. HEX triplet: A3, 49 and DD. RGB value is (163,73,221). Sum of RGB (Red+Green+Blue) = 163+73+221=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #A349DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A349DD is #5CB622. Grayscale: #747474. Windows color (decimal): -6075939 or 14502307. OLE color: 14502307.

HSL color Cylindrical-coordinate representation of color #A349DD: hue angle of 276.49º degrees, saturation: 0.69, 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 #A349DD is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 73 221 -
CMYK 0.26 0.67 0 0.13
HSL 276.49º 0.69% 0.58% -
HSV(B) 276.49º 0.67% 0.87% -
XYZ 30.54 17.77 70.23 -
YUV 116.78 186.82 160.97 -
System Red Green Blue C M Y K H S L
Decimal 163 73 221 0.26 0.67 0 0.13 276.49 0.69 0.58
Hex A3 49 DD 1A 43 0 D 114 45 3A
Octal 243 111 335 32 103 0 15 424 105 72
Binary 10100011 1001001 11011101 11010 1000011 0 1101 100010100 1000101 111010

Color Harmonies of #A349DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A349DD

Black with #A349DD

Text Example


Text Example

White with #A349DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A349DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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