Html Css Color HEX #A888E1 Biloba Flower

📋 copy color: '#A888E1'

red 168 ◦ green 136 ◦ blue 225

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

Shades of Biloba Flower #A888E1

Tints of Biloba Flower #A888E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.53%

R = 31.76%
G = 25.71%
B = 42.53%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A888E1 (or 0xA888E1) is known color: Biloba Flower. HEX triplet: A8, 88 and E1. RGB value is (168,136,225). Sum of RGB (Red+Green+Blue) = 168+136+225=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #A888E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888E1 is #57771E. Grayscale: #9B9B9B. Windows color (decimal): -5732127 or 14780584. OLE color: 14780584.

HSL color Cylindrical-coordinate representation of color #A888E1: hue angle of 261.57º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A888E1 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 136 225 -
CMYK 0.25 0.40 0 0.12
HSL 261.57º 0.6% 0.71% -
HSV(B) 261.57º 0.4% 0.88% -
XYZ 38.54 31.37 75.26 -
YUV 155.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 168 136 225 0.25 0.40 0 0.12 261.57 0.6 0.71
Hex A8 88 E1 19 28 0 C 106 3C 47
Octal 250 210 341 31 50 0 14 406 74 107
Binary 10101000 10001000 11100001 11001 101000 0 1100 100000110 111100 1000111

Color Harmonies of #A888E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A888E1

Black with #A888E1

Text Example


Text Example

White with #A888E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A888E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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