Html Css Color HEX #A34CE0 Medium Orchid

📋 copy color: '#A34CE0'

red 163 ◦ green 76 ◦ blue 224

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

Shades of Medium Orchid #A34CE0

Tints of Medium Orchid #A34CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.38%

R = 35.21%
G = 16.41%
B = 48.38%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A34CE0 (or 0xA34CE0) is known color: Medium Orchid. HEX triplet: A3, 4C and E0. RGB value is (163,76,224). Sum of RGB (Red+Green+Blue) = 163+76+224=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #A34CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CE0 is #5CB31F. Grayscale: #767676. Windows color (decimal): -6075168 or 14699683. OLE color: 14699683.

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

Color convert

RGB 163 76 224 -
CMYK 0.27 0.66 0 0.12
HSL 275.27º 0.7% 0.59% -
HSV(B) 275.27º 0.66% 0.88% -
XYZ 31.14 18.34 72.42 -
YUV 118.89 187.32 159.47 -
System Red Green Blue C M Y K H S L
Decimal 163 76 224 0.27 0.66 0 0.12 275.27 0.7 0.59
Hex A3 4C E0 1B 42 0 C 113 46 3B
Octal 243 114 340 33 102 0 14 423 106 73
Binary 10100011 1001100 11100000 11011 1000010 0 1100 100010011 1000110 111011

Color Harmonies of #A34CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34CE0

Black with #A34CE0

Text Example


Text Example

White with #A34CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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