Html Css Color HEX #A88FFB Biloba Flower

📋 copy color: '#A88FFB'

red 168 ◦ green 143 ◦ blue 251

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

Shades of Biloba Flower #A88FFB

Tints of Biloba Flower #A88FFB

RGB

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

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

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

R = 29.89%
G = 25.44%
B = 44.66%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A88FFB (or 0xA88FFB) is known color: Biloba Flower. HEX triplet: A8, 8F and FB. RGB value is (168,143,251). Sum of RGB (Red+Green+Blue) = 168+143+251=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #A88FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88FFB is #577004. Grayscale: #A2A2A2. Windows color (decimal): -5730309 or 16486312. OLE color: 16486312.

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

Color convert

RGB 168 143 251 -
CMYK 0.33 0.43 0 0.02
HSL 253.89º 0.93% 0.77% -
HSV(B) 253.89º 0.43% 0.98% -
XYZ 43.38 34.93 95.72 -
YUV 162.79 177.78 131.72 -
System Red Green Blue C M Y K H S L
Decimal 168 143 251 0.33 0.43 0 0.02 253.89 0.93 0.77
Hex A8 8F FB 21 2B 0 2 FE 5D 4D
Octal 250 217 373 41 53 0 2 376 135 115
Binary 10101000 10001111 11111011 100001 101011 0 10 11111110 1011101 1001101

Color Harmonies of #A88FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88FFB

Black with #A88FFB

Text Example


Text Example

White with #A88FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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