Html Css Color HEX #A34BDB Medium Orchid

📋 copy color: '#A34BDB'

red 163 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #A34BDB

Tints of Medium Orchid #A34BDB

RGB

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

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

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

R = 35.67%
G = 16.41%
B = 47.92%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A34BDB (or 0xA34BDB) is known color: Medium Orchid. HEX triplet: A3, 4B and DB. RGB value is (163,75,219). Sum of RGB (Red+Green+Blue) = 163+75+219=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #A34BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34BDB is #5CB424. Grayscale: #757575. Windows color (decimal): -6075429 or 14371747. OLE color: 14371747.

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

Color convert

RGB 163 75 219 -
CMYK 0.26 0.66 0 0.14
HSL 276.67º 0.67% 0.58% -
HSV(B) 276.67º 0.66% 0.86% -
XYZ 30.41 17.93 68.88 -
YUV 117.73 185.15 160.29 -
System Red Green Blue C M Y K H S L
Decimal 163 75 219 0.26 0.66 0 0.14 276.67 0.67 0.58
Hex A3 4B DB 1A 42 0 E 115 43 3A
Octal 243 113 333 32 102 0 16 425 103 72
Binary 10100011 1001011 11011011 11010 1000010 0 1110 100010101 1000011 111010

Color Harmonies of #A34BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34BDB

Black with #A34BDB

Text Example


Text Example

White with #A34BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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