Html Css Color HEX #A34CDE Medium Orchid

📋 copy color: '#A34CDE'

red 163 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #A34CDE

Tints of Medium Orchid #A34CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 35.36%
G = 16.49%
B = 48.16%

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

#A34CDE (or 0xA34CDE) is known color: Medium Orchid. HEX triplet: A3, 4C and DE. RGB value is (163,76,222). Sum of RGB (Red+Green+Blue) = 163+76+222=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #A34CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CDE is #5CB321. Grayscale: #767676. Windows color (decimal): -6075170 or 14568611. OLE color: 14568611.

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

Color convert

RGB 163 76 222 -
CMYK 0.27 0.66 0 0.13
HSL 275.75º 0.69% 0.58% -
HSV(B) 275.75º 0.66% 0.87% -
XYZ 30.87 18.23 71 -
YUV 118.66 186.32 159.63 -
System Red Green Blue C M Y K H S L
Decimal 163 76 222 0.27 0.66 0 0.13 275.75 0.69 0.58
Hex A3 4C DE 1B 42 0 D 114 45 3A
Octal 243 114 336 33 102 0 15 424 105 72
Binary 10100011 1001100 11011110 11011 1000010 0 1101 100010100 1000101 111010

Color Harmonies of #A34CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34CDE

Black with #A34CDE

Text Example


Text Example

White with #A34CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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