Html Css Color HEX #A34BE5 Medium Orchid

📋 copy color: '#A34BE5'

red 163 ◦ green 75 ◦ blue 229

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

Shades of Medium Orchid #A34BE5

Tints of Medium Orchid #A34BE5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.06%

 BLUE value IS 229 (89.84% from 255) = 49.04%

R = 34.9%
G = 16.06%
B = 49.04%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A34BE5 (or 0xA34BE5) is known color: Medium Orchid. HEX triplet: A3, 4B and E5. RGB value is (163,75,229). Sum of RGB (Red+Green+Blue) = 163+75+229=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #A34BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34BE5 is #5CB41A. Grayscale: #767676. Windows color (decimal): -6075419 or 15027107. OLE color: 15027107.

HSL color Cylindrical-coordinate representation of color #A34BE5: hue angle of 274.29º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34BE5 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 75 229 -
CMYK 0.29 0.67 0 0.10
HSL 274.29º 0.75% 0.6% -
HSV(B) 274.29º 0.67% 0.9% -
XYZ 31.76 18.48 76.02 -
YUV 118.87 190.15 159.48 -
System Red Green Blue C M Y K H S L
Decimal 163 75 229 0.29 0.67 0 0.10 274.29 0.75 0.6
Hex A3 4B E5 1D 43 0 A 112 4B 3C
Octal 243 113 345 35 103 0 12 422 113 74
Binary 10100011 1001011 11100101 11101 1000011 0 1010 100010010 1001011 111100

Color Harmonies of #A34BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34BE5

Black with #A34BE5

Text Example


Text Example

White with #A34BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34BE5; }

 p { color: rgb(163,75,229); }

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

background-color css

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

 a { background-color: rgb(163,75,229); }

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

border-color css

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

 span { border-color: rgb(163,75,229); }

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