Html Css Color HEX #A890C9 Biloba Flower

📋 copy color: '#A890C9'

red 168 ◦ green 144 ◦ blue 201

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

Shades of Biloba Flower #A890C9

Tints of Biloba Flower #A890C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.18%

R = 32.75%
G = 28.07%
B = 39.18%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A890C9 (or 0xA890C9) is known color: Biloba Flower. HEX triplet: A8, 90 and C9. RGB value is (168,144,201). Sum of RGB (Red+Green+Blue) = 168+144+201=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #A890C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890C9 is #576F36. Grayscale: #9D9D9D. Windows color (decimal): -5730103 or 13209768. OLE color: 13209768.

HSL color Cylindrical-coordinate representation of color #A890C9: hue angle of 265.26º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A890C9 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 144 201 -
CMYK 0.16 0.28 0 0.21
HSL 265.26º 0.35% 0.68% -
HSV(B) 265.26º 0.28% 0.79% -
XYZ 36.66 32.49 59.6 -
YUV 157.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 168 144 201 0.16 0.28 0 0.21 265.26 0.35 0.68
Hex A8 90 C9 10 1C 0 15 109 23 44
Octal 250 220 311 20 34 0 25 411 43 104
Binary 10101000 10010000 11001001 10000 11100 0 10101 100001001 100011 1000100

Color Harmonies of #A890C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890C9

Black with #A890C9

Text Example


Text Example

White with #A890C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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