Html Css Color HEX #A890FC Biloba Flower

📋 copy color: '#A890FC'

red 168 ◦ green 144 ◦ blue 252

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

Shades of Biloba Flower #A890FC

Tints of Biloba Flower #A890FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 29.79%
G = 25.53%
B = 44.68%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A890FC (or 0xA890FC) is known color: Biloba Flower. HEX triplet: A8, 90 and FC. RGB value is (168,144,252). Sum of RGB (Red+Green+Blue) = 168+144+252=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #A890FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A890FC is #576F03. Grayscale: #A3A3A3. Windows color (decimal): -5730052 or 16552104. OLE color: 16552104.

HSL color Cylindrical-coordinate representation of color #A890FC: hue angle of 253.33º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A890FC is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 144 252 -
CMYK 0.33 0.43 0 0.01
HSL 253.33º 0.95% 0.78% -
HSV(B) 253.33º 0.43% 0.99% -
XYZ 43.69 35.3 96.61 -
YUV 163.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 168 144 252 0.33 0.43 0 0.01 253.33 0.95 0.78
Hex A8 90 FC 21 2B 0 1 FD 5F 4E
Octal 250 220 374 41 53 0 1 375 137 116
Binary 10101000 10010000 11111100 100001 101011 0 1 11111101 1011111 1001110

Color Harmonies of #A890FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890FC

Black with #A890FC

Text Example


Text Example

White with #A890FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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