Html Css Color HEX #A34FDB Medium Orchid

📋 copy color: '#A34FDB'

red 163 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #A34FDB

Tints of Medium Orchid #A34FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.14%

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 35.36%
G = 17.14%
B = 47.51%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A34FDB (or 0xA34FDB) is known color: Medium Orchid. HEX triplet: A3, 4F and DB. RGB value is (163,79,219). Sum of RGB (Red+Green+Blue) = 163+79+219=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #A34FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FDB is #5CB024. Grayscale: #777777. Windows color (decimal): -6074405 or 14372771. OLE color: 14372771.

HSL color Cylindrical-coordinate representation of color #A34FDB: hue angle of 276º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A34FDB is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 79 219 -
CMYK 0.26 0.64 0 0.14
HSL 276º 0.66% 0.58% -
HSV(B) 276º 0.64% 0.86% -
XYZ 30.69 18.49 68.97 -
YUV 120.08 183.83 158.62 -
System Red Green Blue C M Y K H S L
Decimal 163 79 219 0.26 0.64 0 0.14 276 0.66 0.58
Hex A3 4F DB 1A 40 0 E 114 42 3A
Octal 243 117 333 32 100 0 16 424 102 72
Binary 10100011 1001111 11011011 11010 1000000 0 1110 100010100 1000010 111010

Color Harmonies of #A34FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34FDB

Black with #A34FDB

Text Example


Text Example

White with #A34FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34FDB; }

 p { color: rgb(163,79,219); }

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

background-color css

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

 a { background-color: rgb(163,79,219); }

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

border-color css

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

 span { border-color: rgb(163,79,219); }

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