Html Css Color HEX #A88EF6 Biloba Flower

📋 copy color: '#A88EF6'

red 168 ◦ green 142 ◦ blue 246

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

Shades of Biloba Flower #A88EF6

Tints of Biloba Flower #A88EF6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.54%

 BLUE value IS 246 (96.48% from 255) = 44.24%

R = 30.22%
G = 25.54%
B = 44.24%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A88EF6 (or 0xA88EF6) is known color: Biloba Flower. HEX triplet: A8, 8E and F6. RGB value is (168,142,246). Sum of RGB (Red+Green+Blue) = 168+142+246=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #A88EF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88EF6 is #577109. Grayscale: #A1A1A1. Windows color (decimal): -5730570 or 16158376. OLE color: 16158376.

HSL color Cylindrical-coordinate representation of color #A88EF6: hue angle of 255º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A88EF6 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 142 246 -
CMYK 0.32 0.42 0 0.04
HSL 255º 0.85% 0.76% -
HSV(B) 255º 0.42% 0.96% -
XYZ 42.46 34.32 91.58 -
YUV 161.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 168 142 246 0.32 0.42 0 0.04 255 0.85 0.76
Hex A8 8E F6 20 2A 0 4 FF 55 4C
Octal 250 216 366 40 52 0 4 377 125 114
Binary 10101000 10001110 11110110 100000 101010 0 100 11111111 1010101 1001100

Color Harmonies of #A88EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EF6

Black with #A88EF6

Text Example


Text Example

White with #A88EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EF6; }

 p { color: rgb(168,142,246); }

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

background-color css

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

 a { background-color: rgb(168,142,246); }

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

border-color css

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

 span { border-color: rgb(168,142,246); }

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