Html Css Color HEX #A890CE Biloba Flower

📋 copy color: '#A890CE'

red 168 ◦ green 144 ◦ blue 206

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

Shades of Biloba Flower #A890CE

Tints of Biloba Flower #A890CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 32.43%
G = 27.8%
B = 39.77%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A890CE (or 0xA890CE) is known color: Biloba Flower. HEX triplet: A8, 90 and CE. RGB value is (168,144,206). Sum of RGB (Red+Green+Blue) = 168+144+206=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #A890CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890CE is #576F31. Grayscale: #9E9E9E. Windows color (decimal): -5730098 or 13537448. OLE color: 13537448.

HSL color Cylindrical-coordinate representation of color #A890CE: hue angle of 263.23º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A890CE is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 144 206 -
CMYK 0.18 0.30 0 0.19
HSL 263.23º 0.39% 0.69% -
HSV(B) 263.23º 0.3% 0.81% -
XYZ 37.26 32.73 62.75 -
YUV 158.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 168 144 206 0.18 0.30 0 0.19 263.23 0.39 0.69
Hex A8 90 CE 12 1E 0 13 107 27 45
Octal 250 220 316 22 36 0 23 407 47 105
Binary 10101000 10010000 11001110 10010 11110 0 10011 100000111 100111 1000101

Color Harmonies of #A890CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890CE

Black with #A890CE

Text Example


Text Example

White with #A890CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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