Html Css Color HEX #A34DDD Medium Orchid

📋 copy color: '#A34DDD'

red 163 ◦ green 77 ◦ blue 221

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

Shades of Medium Orchid #A34DDD

Tints of Medium Orchid #A34DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.7%

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

R = 35.36%
G = 16.7%
B = 47.94%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A34DDD (or 0xA34DDD) is known color: Medium Orchid. HEX triplet: A3, 4D and DD. RGB value is (163,77,221). Sum of RGB (Red+Green+Blue) = 163+77+221=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #A34DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DDD is #5CB222. Grayscale: #767676. Windows color (decimal): -6074915 or 14503331. OLE color: 14503331.

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

Color convert

RGB 163 77 221 -
CMYK 0.26 0.65 0 0.13
HSL 275.83º 0.68% 0.58% -
HSV(B) 275.83º 0.65% 0.87% -
XYZ 30.81 18.31 70.32 -
YUV 119.13 185.49 159.29 -
System Red Green Blue C M Y K H S L
Decimal 163 77 221 0.26 0.65 0 0.13 275.83 0.68 0.58
Hex A3 4D DD 1A 41 0 D 114 44 3A
Octal 243 115 335 32 101 0 15 424 104 72
Binary 10100011 1001101 11011101 11010 1000001 0 1101 100010100 1000100 111010

Color Harmonies of #A34DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34DDD

Black with #A34DDD

Text Example


Text Example

White with #A34DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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