Html Css Color HEX #A34CEE Medium Orchid

📋 copy color: '#A34CEE'

red 163 ◦ green 76 ◦ blue 238

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

Shades of Medium Orchid #A34CEE

Tints of Medium Orchid #A34CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.9%

R = 34.17%
G = 15.93%
B = 49.9%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A34CEE (or 0xA34CEE) is known color: Medium Orchid. HEX triplet: A3, 4C and EE. RGB value is (163,76,238). Sum of RGB (Red+Green+Blue) = 163+76+238=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #A34CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34CEE is #5CB311. Grayscale: #777777. Windows color (decimal): -6075154 or 15617187. OLE color: 15617187.

HSL color Cylindrical-coordinate representation of color #A34CEE: hue angle of 272.22º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A34CEE is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 76 238 -
CMYK 0.32 0.68 0 0.07
HSL 272.22º 0.83% 0.62% -
HSV(B) 272.22º 0.68% 0.93% -
XYZ 33.12 19.13 82.84 -
YUV 120.48 194.32 158.33 -
System Red Green Blue C M Y K H S L
Decimal 163 76 238 0.32 0.68 0 0.07 272.22 0.83 0.62
Hex A3 4C EE 20 44 0 7 110 53 3E
Octal 243 114 356 40 104 0 7 420 123 76
Binary 10100011 1001100 11101110 100000 1000100 0 111 100010000 1010011 111110

Color Harmonies of #A34CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34CEE

Black with #A34CEE

Text Example


Text Example

White with #A34CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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