Html Css Color HEX #A890FB Biloba Flower

📋 copy color: '#A890FB'

red 168 ◦ green 144 ◦ blue 251

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

Shades of Biloba Flower #A890FB

Tints of Biloba Flower #A890FB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.58%

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

R = 29.84%
G = 25.58%
B = 44.58%

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

#A890FB (or 0xA890FB) is known color: Biloba Flower. HEX triplet: A8, 90 and FB. RGB value is (168,144,251). Sum of RGB (Red+Green+Blue) = 168+144+251=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #A890FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A890FB is #576F04. Grayscale: #A2A2A2. Windows color (decimal): -5730053 or 16486568. OLE color: 16486568.

HSL color Cylindrical-coordinate representation of color #A890FB: hue angle of 253.46º 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 #A890FB is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 144 251 -
CMYK 0.33 0.43 0 0.02
HSL 253.46º 0.93% 0.77% -
HSV(B) 253.46º 0.43% 0.98% -
XYZ 43.53 35.24 95.77 -
YUV 163.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 168 144 251 0.33 0.43 0 0.02 253.46 0.93 0.77
Hex A8 90 FB 21 2B 0 2 FD 5D 4D
Octal 250 220 373 41 53 0 2 375 135 115
Binary 10101000 10010000 11111011 100001 101011 0 10 11111101 1011101 1001101

Color Harmonies of #A890FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890FB

Black with #A890FB

Text Example


Text Example

White with #A890FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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