Html Css Color HEX #A88BD7 Biloba Flower

📋 copy color: '#A88BD7'

red 168 ◦ green 139 ◦ blue 215

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

Shades of Biloba Flower #A88BD7

Tints of Biloba Flower #A88BD7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.63%

 BLUE value IS 215 (84.38% from 255) = 41.19%

R = 32.18%
G = 26.63%
B = 41.19%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A88BD7 (or 0xA88BD7) is known color: Biloba Flower. HEX triplet: A8, 8B and D7. RGB value is (168,139,215). Sum of RGB (Red+Green+Blue) = 168+139+215=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #A88BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BD7 is #577428. Grayscale: #9C9C9C. Windows color (decimal): -5731369 or 14125992. OLE color: 14125992.

HSL color Cylindrical-coordinate representation of color #A88BD7: hue angle of 262.89º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A88BD7 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 139 215 -
CMYK 0.22 0.35 0 0.16
HSL 262.89º 0.49% 0.69% -
HSV(B) 262.89º 0.35% 0.84% -
XYZ 37.65 31.7 68.42 -
YUV 156.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 168 139 215 0.22 0.35 0 0.16 262.89 0.49 0.69
Hex A8 8B D7 16 23 0 10 107 31 45
Octal 250 213 327 26 43 0 20 407 61 105
Binary 10101000 10001011 11010111 10110 100011 0 10000 100000111 110001 1000101

Color Harmonies of #A88BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BD7

Black with #A88BD7

Text Example


Text Example

White with #A88BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BD7; }

 p { color: rgb(168,139,215); }

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

background-color css

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

 a { background-color: rgb(168,139,215); }

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

border-color css

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

 span { border-color: rgb(168,139,215); }

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