Html Css Color HEX #A388DB Biloba Flower

📋 copy color: '#A388DB'

red 163 ◦ green 136 ◦ blue 219

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

Shades of Biloba Flower #A388DB

Tints of Biloba Flower #A388DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.25%

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

R = 31.47%
G = 26.25%
B = 42.28%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A388DB (or 0xA388DB) is known color: Biloba Flower. HEX triplet: A3, 88 and DB. RGB value is (163,136,219). Sum of RGB (Red+Green+Blue) = 163+136+219=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #A388DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388DB is #5C7724. Grayscale: #999999. Windows color (decimal): -6059813 or 14387363. OLE color: 14387363.

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

Color convert

RGB 163 136 219 -
CMYK 0.26 0.38 0 0.14
HSL 259.52º 0.54% 0.7% -
HSV(B) 259.52º 0.38% 0.86% -
XYZ 36.69 30.51 70.97 -
YUV 153.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 163 136 219 0.26 0.38 0 0.14 259.52 0.54 0.7
Hex A3 88 DB 1A 26 0 E 104 36 46
Octal 243 210 333 32 46 0 16 404 66 106
Binary 10100011 10001000 11011011 11010 100110 0 1110 100000100 110110 1000110

Color Harmonies of #A388DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388DB

Black with #A388DB

Text Example


Text Example

White with #A388DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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