Html Css Color HEX #A388DC Biloba Flower

📋 copy color: '#A388DC'

red 163 ◦ green 136 ◦ blue 220

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

Shades of Biloba Flower #A388DC

Tints of Biloba Flower #A388DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 31.41%
G = 26.2%
B = 42.39%

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

#A388DC (or 0xA388DC) is known color: Biloba Flower. HEX triplet: A3, 88 and DC. RGB value is (163,136,220). Sum of RGB (Red+Green+Blue) = 163+136+220=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #A388DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388DC is #5C7723. Grayscale: #999999. Windows color (decimal): -6059812 or 14452899. OLE color: 14452899.

HSL color Cylindrical-coordinate representation of color #A388DC: hue angle of 259.29º degrees, saturation: 0.55, 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 #A388DC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 136 220 -
CMYK 0.26 0.38 0 0.14
HSL 259.29º 0.55% 0.7% -
HSV(B) 259.29º 0.38% 0.86% -
XYZ 36.83 30.56 71.67 -
YUV 153.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 163 136 220 0.26 0.38 0 0.14 259.29 0.55 0.7
Hex A3 88 DC 1A 26 0 E 103 37 46
Octal 243 210 334 32 46 0 16 403 67 106
Binary 10100011 10001000 11011100 11010 100110 0 1110 100000011 110111 1000110

Color Harmonies of #A388DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388DC

Black with #A388DC

Text Example


Text Example

White with #A388DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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