Html Css Color HEX #A88BFB Biloba Flower

📋 copy color: '#A88BFB'

red 168 ◦ green 139 ◦ blue 251

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

Shades of Biloba Flower #A88BFB

Tints of Biloba Flower #A88BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.98%

R = 30.11%
G = 24.91%
B = 44.98%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A88BFB (or 0xA88BFB) is known color: Biloba Flower. HEX triplet: A8, 8B and FB. RGB value is (168,139,251). Sum of RGB (Red+Green+Blue) = 168+139+251=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #A88BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88BFB is #577404. Grayscale: #A0A0A0. Windows color (decimal): -5731333 or 16485288. OLE color: 16485288.

HSL color Cylindrical-coordinate representation of color #A88BFB: hue angle of 255.54º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A88BFB is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 139 251 -
CMYK 0.33 0.45 0 0.02
HSL 255.54º 0.93% 0.76% -
HSV(B) 255.54º 0.45% 0.98% -
XYZ 42.79 33.76 95.53 -
YUV 160.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 168 139 251 0.33 0.45 0 0.02 255.54 0.93 0.76
Hex A8 8B FB 21 2D 0 2 100 5D 4C
Octal 250 213 373 41 55 0 2 400 135 114
Binary 10101000 10001011 11111011 100001 101101 0 10 100000000 1011101 1001100

Color Harmonies of #A88BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BFB

Black with #A88BFB

Text Example


Text Example

White with #A88BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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