Html Css Color HEX #A890D8 Biloba Flower

📋 copy color: '#A890D8'

red 168 ◦ green 144 ◦ blue 216

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

Shades of Biloba Flower #A890D8

Tints of Biloba Flower #A890D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.91%

R = 31.82%
G = 27.27%
B = 40.91%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A890D8 (or 0xA890D8) is known color: Biloba Flower. HEX triplet: A8, 90 and D8. RGB value is (168,144,216). Sum of RGB (Red+Green+Blue) = 168+144+216=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #A890D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890D8 is #576F27. Grayscale: #9F9F9F. Windows color (decimal): -5730088 or 14192808. OLE color: 14192808.

HSL color Cylindrical-coordinate representation of color #A890D8: hue angle of 260º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A890D8 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 144 216 -
CMYK 0.22 0.33 0 0.15
HSL 260º 0.48% 0.71% -
HSV(B) 260º 0.33% 0.85% -
XYZ 38.52 33.23 69.35 -
YUV 159.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 168 144 216 0.22 0.33 0 0.15 260 0.48 0.71
Hex A8 90 D8 16 21 0 F 104 30 47
Octal 250 220 330 26 41 0 17 404 60 107
Binary 10101000 10010000 11011000 10110 100001 0 1111 100000100 110000 1000111

Color Harmonies of #A890D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890D8

Black with #A890D8

Text Example


Text Example

White with #A890D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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