Html Css Color HEX #A34AEB Medium Orchid

📋 copy color: '#A34AEB'

red 163 ◦ green 74 ◦ blue 235

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

Shades of Medium Orchid #A34AEB

Tints of Medium Orchid #A34AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.68%

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 34.53%
G = 15.68%
B = 49.79%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A34AEB (or 0xA34AEB) is known color: Medium Orchid. HEX triplet: A3, 4A and EB. RGB value is (163,74,235). Sum of RGB (Red+Green+Blue) = 163+74+235=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #A34AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34AEB is #5CB514. Grayscale: #767676. Windows color (decimal): -6075669 or 15420067. OLE color: 15420067.

HSL color Cylindrical-coordinate representation of color #A34AEB: hue angle of 273.17º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A34AEB is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 74 235 -
CMYK 0.31 0.69 0 0.08
HSL 273.17º 0.8% 0.61% -
HSV(B) 273.17º 0.69% 0.92% -
XYZ 32.55 18.68 80.49 -
YUV 118.97 193.49 159.41 -
System Red Green Blue C M Y K H S L
Decimal 163 74 235 0.31 0.69 0 0.08 273.17 0.8 0.61
Hex A3 4A EB 1F 45 0 8 111 50 3D
Octal 243 112 353 37 105 0 10 421 120 75
Binary 10100011 1001010 11101011 11111 1000101 0 1000 100010001 1010000 111101

Color Harmonies of #A34AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34AEB

Black with #A34AEB

Text Example


Text Example

White with #A34AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34AEB; }

 p { color: rgb(163,74,235); }

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

background-color css

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

 a { background-color: rgb(163,74,235); }

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

border-color css

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

 span { border-color: rgb(163,74,235); }

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