Html Css Color HEX #A34CE5 Medium Orchid

📋 copy color: '#A34CE5'

red 163 ◦ green 76 ◦ blue 229

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

Shades of Medium Orchid #A34CE5

Tints of Medium Orchid #A34CE5

RGB

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

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

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

R = 34.83%
G = 16.24%
B = 48.93%

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

#A34CE5 (or 0xA34CE5) is known color: Medium Orchid. HEX triplet: A3, 4C and E5. RGB value is (163,76,229). Sum of RGB (Red+Green+Blue) = 163+76+229=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #A34CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CE5 is #5CB31A. Grayscale: #767676. Windows color (decimal): -6075163 or 15027363. OLE color: 15027363.

HSL color Cylindrical-coordinate representation of color #A34CE5: hue angle of 274.12º 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 #A34CE5 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 76 229 -
CMYK 0.29 0.67 0 0.10
HSL 274.12º 0.75% 0.6% -
HSV(B) 274.12º 0.67% 0.9% -
XYZ 31.83 18.61 76.04 -
YUV 119.46 189.82 159.06 -
System Red Green Blue C M Y K H S L
Decimal 163 76 229 0.29 0.67 0 0.10 274.12 0.75 0.6
Hex A3 4C E5 1D 43 0 A 112 4B 3C
Octal 243 114 345 35 103 0 12 422 113 74
Binary 10100011 1001100 11100101 11101 1000011 0 1010 100010010 1001011 111100

Color Harmonies of #A34CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34CE5

Black with #A34CE5

Text Example


Text Example

White with #A34CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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