Html Css Color HEX #A890CA Biloba Flower

📋 copy color: '#A890CA'

red 168 ◦ green 144 ◦ blue 202

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

Shades of Biloba Flower #A890CA

Tints of Biloba Flower #A890CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.3%

R = 32.68%
G = 28.02%
B = 39.3%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A890CA (or 0xA890CA) is known color: Biloba Flower. HEX triplet: A8, 90 and CA. RGB value is (168,144,202). Sum of RGB (Red+Green+Blue) = 168+144+202=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #A890CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890CA is #576F35. Grayscale: #9D9D9D. Windows color (decimal): -5730102 or 13275304. OLE color: 13275304.

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

Color convert

RGB 168 144 202 -
CMYK 0.17 0.29 0 0.21
HSL 264.83º 0.35% 0.68% -
HSV(B) 264.83º 0.29% 0.79% -
XYZ 36.78 32.54 60.22 -
YUV 157.79 152.95 135.28 -
System Red Green Blue C M Y K H S L
Decimal 168 144 202 0.17 0.29 0 0.21 264.83 0.35 0.68
Hex A8 90 CA 11 1D 0 15 109 23 44
Octal 250 220 312 21 35 0 25 411 43 104
Binary 10101000 10010000 11001010 10001 11101 0 10101 100001001 100011 1000100

Color Harmonies of #A890CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890CA

Black with #A890CA

Text Example


Text Example

White with #A890CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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