Html Css Color HEX #A34BE6 Medium Orchid

📋 copy color: '#A34BE6'

red 163 ◦ green 75 ◦ blue 230

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

Shades of Medium Orchid #A34BE6

Tints of Medium Orchid #A34BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.15%

R = 34.83%
G = 16.03%
B = 49.15%

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

#A34BE6 (or 0xA34BE6) is known color: Medium Orchid. HEX triplet: A3, 4B and E6. RGB value is (163,75,230). Sum of RGB (Red+Green+Blue) = 163+75+230=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #A34BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34BE6 is #5CB419. Grayscale: #767676. Windows color (decimal): -6075418 or 15092643. OLE color: 15092643.

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

Color convert

RGB 163 75 230 -
CMYK 0.29 0.67 0 0.10
HSL 274.06º 0.76% 0.6% -
HSV(B) 274.06º 0.67% 0.9% -
XYZ 31.9 18.53 76.76 -
YUV 118.98 190.65 159.4 -
System Red Green Blue C M Y K H S L
Decimal 163 75 230 0.29 0.67 0 0.10 274.06 0.76 0.6
Hex A3 4B E6 1D 43 0 A 112 4C 3C
Octal 243 113 346 35 103 0 12 422 114 74
Binary 10100011 1001011 11100110 11101 1000011 0 1010 100010010 1001100 111100

Color Harmonies of #A34BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34BE6

Black with #A34BE6

Text Example


Text Example

White with #A34BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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