Html Css Color HEX #A88FDC Biloba Flower

📋 copy color: '#A88FDC'

red 168 ◦ green 143 ◦ blue 220

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

Shades of Biloba Flower #A88FDC

Tints of Biloba Flower #A88FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.93%

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

R = 31.64%
G = 26.93%
B = 41.43%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A88FDC (or 0xA88FDC) is known color: Biloba Flower. HEX triplet: A8, 8F and DC. RGB value is (168,143,220). Sum of RGB (Red+Green+Blue) = 168+143+220=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #A88FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FDC is #577023. Grayscale: #9E9E9E. Windows color (decimal): -5730340 or 14454696. OLE color: 14454696.

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

Color convert

RGB 168 143 220 -
CMYK 0.24 0.35 0 0.14
HSL 259.48º 0.52% 0.71% -
HSV(B) 259.48º 0.35% 0.86% -
XYZ 38.89 33.14 72.06 -
YUV 159.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 168 143 220 0.24 0.35 0 0.14 259.48 0.52 0.71
Hex A8 8F DC 18 23 0 E 103 34 47
Octal 250 217 334 30 43 0 16 403 64 107
Binary 10101000 10001111 11011100 11000 100011 0 1110 100000011 110100 1000111

Color Harmonies of #A88FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88FDC

Black with #A88FDC

Text Example


Text Example

White with #A88FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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