Html Css Color HEX #A88FF6 Biloba Flower

📋 copy color: '#A88FF6'

red 168 ◦ green 143 ◦ blue 246

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

Shades of Biloba Flower #A88FF6

Tints of Biloba Flower #A88FF6

RGB

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

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

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

R = 30.16%
G = 25.67%
B = 44.17%

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

#A88FF6 (or 0xA88FF6) is known color: Biloba Flower. HEX triplet: A8, 8F and F6. RGB value is (168,143,246). Sum of RGB (Red+Green+Blue) = 168+143+246=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #A88FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88FF6 is #577009. Grayscale: #A1A1A1. Windows color (decimal): -5730314 or 16158632. OLE color: 16158632.

HSL color Cylindrical-coordinate representation of color #A88FF6: hue angle of 254.56º 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 #A88FF6 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 143 246 -
CMYK 0.32 0.42 0 0.04
HSL 254.56º 0.85% 0.76% -
HSV(B) 254.56º 0.42% 0.96% -
XYZ 42.61 34.62 91.63 -
YUV 162.22 175.28 132.12 -
System Red Green Blue C M Y K H S L
Decimal 168 143 246 0.32 0.42 0 0.04 254.56 0.85 0.76
Hex A8 8F F6 20 2A 0 4 FF 55 4C
Octal 250 217 366 40 52 0 4 377 125 114
Binary 10101000 10001111 11110110 100000 101010 0 100 11111111 1010101 1001100

Color Harmonies of #A88FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88FF6

Black with #A88FF6

Text Example


Text Example

White with #A88FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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