Html Css Color HEX #A890CB Biloba Flower

📋 copy color: '#A890CB'

red 168 ◦ green 144 ◦ blue 203

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

Shades of Biloba Flower #A890CB

Tints of Biloba Flower #A890CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 32.62%
G = 27.96%
B = 39.42%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A890CB (or 0xA890CB) is known color: Biloba Flower. HEX triplet: A8, 90 and CB. RGB value is (168,144,203). Sum of RGB (Red+Green+Blue) = 168+144+203=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #A890CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890CB is #576F34. Grayscale: #9D9D9D. Windows color (decimal): -5730101 or 13340840. OLE color: 13340840.

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

Color convert

RGB 168 144 203 -
CMYK 0.17 0.29 0 0.20
HSL 264.41º 0.36% 0.68% -
HSV(B) 264.41º 0.29% 0.8% -
XYZ 36.9 32.58 60.84 -
YUV 157.9 153.45 135.2 -
System Red Green Blue C M Y K H S L
Decimal 168 144 203 0.17 0.29 0 0.20 264.41 0.36 0.68
Hex A8 90 CB 11 1D 0 14 108 24 44
Octal 250 220 313 21 35 0 24 410 44 104
Binary 10101000 10010000 11001011 10001 11101 0 10100 100001000 100100 1000100

Color Harmonies of #A890CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890CB

Black with #A890CB

Text Example


Text Example

White with #A890CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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