Html Css Color HEX #A34CDF Medium Orchid

📋 copy color: '#A34CDF'

red 163 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #A34CDF

Tints of Medium Orchid #A34CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.45%

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

R = 35.28%
G = 16.45%
B = 48.27%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A34CDF (or 0xA34CDF) is known color: Medium Orchid. HEX triplet: A3, 4C and DF. RGB value is (163,76,223). Sum of RGB (Red+Green+Blue) = 163+76+223=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #A34CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CDF is #5CB320. Grayscale: #767676. Windows color (decimal): -6075169 or 14634147. OLE color: 14634147.

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

Color convert

RGB 163 76 223 -
CMYK 0.27 0.66 0 0.13
HSL 275.51º 0.7% 0.59% -
HSV(B) 275.51º 0.66% 0.87% -
XYZ 31.01 18.28 71.71 -
YUV 118.77 186.82 159.55 -
System Red Green Blue C M Y K H S L
Decimal 163 76 223 0.27 0.66 0 0.13 275.51 0.7 0.59
Hex A3 4C DF 1B 42 0 D 114 46 3B
Octal 243 114 337 33 102 0 15 424 106 73
Binary 10100011 1001100 11011111 11011 1000010 0 1101 100010100 1000110 111011

Color Harmonies of #A34CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34CDF

Black with #A34CDF

Text Example


Text Example

White with #A34CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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