Html Css Color HEX #A386DB Biloba Flower

📋 copy color: '#A386DB'

red 163 ◦ green 134 ◦ blue 219

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

Shades of Biloba Flower #A386DB

Tints of Biloba Flower #A386DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.97%

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

R = 31.59%
G = 25.97%
B = 42.44%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A386DB (or 0xA386DB) is known color: Biloba Flower. HEX triplet: A3, 86 and DB. RGB value is (163,134,219). Sum of RGB (Red+Green+Blue) = 163+134+219=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #A386DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386DB is #5C7924. Grayscale: #989898. Windows color (decimal): -6060325 or 14386851. OLE color: 14386851.

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

Color convert

RGB 163 134 219 -
CMYK 0.26 0.39 0 0.14
HSL 260.47º 0.54% 0.69% -
HSV(B) 260.47º 0.39% 0.86% -
XYZ 36.42 29.95 70.88 -
YUV 152.36 165.61 135.59 -
System Red Green Blue C M Y K H S L
Decimal 163 134 219 0.26 0.39 0 0.14 260.47 0.54 0.69
Hex A3 86 DB 1A 27 0 E 104 36 45
Octal 243 206 333 32 47 0 16 404 66 105
Binary 10100011 10000110 11011011 11010 100111 0 1110 100000100 110110 1000101

Color Harmonies of #A386DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386DB

Black with #A386DB

Text Example


Text Example

White with #A386DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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