Html Css Color HEX #A88BD6 Biloba Flower

📋 copy color: '#A88BD6'

red 168 ◦ green 139 ◦ blue 214

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

Shades of Biloba Flower #A88BD6

Tints of Biloba Flower #A88BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.07%

R = 32.25%
G = 26.68%
B = 41.07%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A88BD6 (or 0xA88BD6) is known color: Biloba Flower. HEX triplet: A8, 8B and D6. RGB value is (168,139,214). Sum of RGB (Red+Green+Blue) = 168+139+214=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #A88BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BD6 is #577429. Grayscale: #9B9B9B. Windows color (decimal): -5731370 or 14060456. OLE color: 14060456.

HSL color Cylindrical-coordinate representation of color #A88BD6: hue angle of 263.2º degrees, saturation: 0.48, 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 #A88BD6 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 139 214 -
CMYK 0.21 0.35 0 0.16
HSL 263.2º 0.48% 0.69% -
HSV(B) 263.2º 0.35% 0.84% -
XYZ 37.52 31.65 67.75 -
YUV 156.22 160.61 136.4 -
System Red Green Blue C M Y K H S L
Decimal 168 139 214 0.21 0.35 0 0.16 263.2 0.48 0.69
Hex A8 8B D6 15 23 0 10 107 30 45
Octal 250 213 326 25 43 0 20 407 60 105
Binary 10101000 10001011 11010110 10101 100011 0 10000 100000111 110000 1000101

Color Harmonies of #A88BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BD6

Black with #A88BD6

Text Example


Text Example

White with #A88BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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