Html Css Color HEX #A88DCF Biloba Flower

📋 copy color: '#A88DCF'

red 168 ◦ green 141 ◦ blue 207

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

Shades of Biloba Flower #A88DCF

Tints of Biloba Flower #A88DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.33%

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 32.56%
G = 27.33%
B = 40.12%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A88DCF (or 0xA88DCF) is known color: Biloba Flower. HEX triplet: A8, 8D and CF. RGB value is (168,141,207). Sum of RGB (Red+Green+Blue) = 168+141+207=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #A88DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DCF is #577230. Grayscale: #9C9C9C. Windows color (decimal): -5730865 or 13602216. OLE color: 13602216.

HSL color Cylindrical-coordinate representation of color #A88DCF: hue angle of 264.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A88DCF is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 141 207 -
CMYK 0.19 0.32 0 0.19
HSL 264.55º 0.41% 0.68% -
HSV(B) 264.55º 0.32% 0.81% -
XYZ 36.94 31.88 63.24 -
YUV 156.6 156.45 136.13 -
System Red Green Blue C M Y K H S L
Decimal 168 141 207 0.19 0.32 0 0.19 264.55 0.41 0.68
Hex A8 8D CF 13 20 0 13 109 29 44
Octal 250 215 317 23 40 0 23 411 51 104
Binary 10101000 10001101 11001111 10011 100000 0 10011 100001001 101001 1000100

Color Harmonies of #A88DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88DCF

Black with #A88DCF

Text Example


Text Example

White with #A88DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88DCF; }

 p { color: rgb(168,141,207); }

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

background-color css

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

 a { background-color: rgb(168,141,207); }

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

border-color css

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

 span { border-color: rgb(168,141,207); }

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