Html Css Color HEX #A890FA Biloba Flower

📋 copy color: '#A890FA'

red 168 ◦ green 144 ◦ blue 250

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

Shades of Biloba Flower #A890FA

Tints of Biloba Flower #A890FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 29.89%
G = 25.62%
B = 44.48%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A890FA (or 0xA890FA) is known color: Biloba Flower. HEX triplet: A8, 90 and FA. RGB value is (168,144,250). Sum of RGB (Red+Green+Blue) = 168+144+250=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #A890FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A890FA is #576F05. Grayscale: #A2A2A2. Windows color (decimal): -5730054 or 16421032. OLE color: 16421032.

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

Color convert

RGB 168 144 250 -
CMYK 0.33 0.42 0 0.02
HSL 253.58º 0.91% 0.77% -
HSV(B) 253.58º 0.42% 0.98% -
XYZ 43.38 35.17 94.95 -
YUV 163.26 176.95 131.38 -
System Red Green Blue C M Y K H S L
Decimal 168 144 250 0.33 0.42 0 0.02 253.58 0.91 0.77
Hex A8 90 FA 21 2A 0 2 FE 5B 4D
Octal 250 220 372 41 52 0 2 376 133 115
Binary 10101000 10010000 11111010 100001 101010 0 10 11111110 1011011 1001101

Color Harmonies of #A890FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890FA

Black with #A890FA

Text Example


Text Example

White with #A890FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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