Html Css Color HEX #A88BDC Biloba Flower

📋 copy color: '#A88BDC'

red 168 ◦ green 139 ◦ blue 220

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

Shades of Biloba Flower #A88BDC

Tints of Biloba Flower #A88BDC

RGB

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

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

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

R = 31.88%
G = 26.38%
B = 41.75%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A88BDC (or 0xA88BDC) is known color: Biloba Flower. HEX triplet: A8, 8B and DC. RGB value is (168,139,220). Sum of RGB (Red+Green+Blue) = 168+139+220=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #A88BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BDC is #577423. Grayscale: #9C9C9C. Windows color (decimal): -5731364 or 14453672. OLE color: 14453672.

HSL color Cylindrical-coordinate representation of color #A88BDC: hue angle of 261.48º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A88BDC is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 139 220 -
CMYK 0.24 0.37 0 0.14
HSL 261.48º 0.54% 0.7% -
HSV(B) 261.48º 0.37% 0.86% -
XYZ 38.3 31.96 71.86 -
YUV 156.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 168 139 220 0.24 0.37 0 0.14 261.48 0.54 0.7
Hex A8 8B DC 18 25 0 E 105 36 46
Octal 250 213 334 30 45 0 16 405 66 106
Binary 10101000 10001011 11011100 11000 100101 0 1110 100000101 110110 1000110

Color Harmonies of #A88BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BDC

Black with #A88BDC

Text Example


Text Example

White with #A88BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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