Html Css Color HEX #A888D8 Biloba Flower

📋 copy color: '#A888D8'

red 168 ◦ green 136 ◦ blue 216

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

Shades of Biloba Flower #A888D8

Tints of Biloba Flower #A888D8

RGB

 RED value IS 168 (66.02% from 255) = 32.31%

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

 BLUE value IS 216 (84.77% from 255) = 41.54%

R = 32.31%
G = 26.15%
B = 41.54%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A888D8 (or 0xA888D8) is known color: Biloba Flower. HEX triplet: A8, 88 and D8. RGB value is (168,136,216). Sum of RGB (Red+Green+Blue) = 168+136+216=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #A888D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888D8 is #577727. Grayscale: #9A9A9A. Windows color (decimal): -5732136 or 14190760. OLE color: 14190760.

HSL color Cylindrical-coordinate representation of color #A888D8: hue angle of 264º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A888D8 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 136 216 -
CMYK 0.22 0.37 0 0.15
HSL 264º 0.51% 0.69% -
HSV(B) 264º 0.37% 0.85% -
XYZ 37.35 30.89 68.96 -
YUV 154.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 168 136 216 0.22 0.37 0 0.15 264 0.51 0.69
Hex A8 88 D8 16 25 0 F 108 33 45
Octal 250 210 330 26 45 0 17 410 63 105
Binary 10101000 10001000 11011000 10110 100101 0 1111 100001000 110011 1000101

Color Harmonies of #A888D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A888D8

Black with #A888D8

Text Example


Text Example

White with #A888D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A888D8; }

 p { color: rgb(168,136,216); }

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

background-color css

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

 a { background-color: rgb(168,136,216); }

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

border-color css

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

 span { border-color: rgb(168,136,216); }

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