Html Css Color HEX #A890CC Biloba Flower

📋 copy color: '#A890CC'

red 168 ◦ green 144 ◦ blue 204

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

Shades of Biloba Flower #A890CC

Tints of Biloba Flower #A890CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 32.56%
G = 27.91%
B = 39.53%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A890CC (or 0xA890CC) is known color: Biloba Flower. HEX triplet: A8, 90 and CC. RGB value is (168,144,204). Sum of RGB (Red+Green+Blue) = 168+144+204=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #A890CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890CC is #576F33. Grayscale: #9D9D9D. Windows color (decimal): -5730100 or 13406376. OLE color: 13406376.

HSL color Cylindrical-coordinate representation of color #A890CC: hue angle of 264º degrees, saturation: 0.37, 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 #A890CC is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 144 204 -
CMYK 0.18 0.29 0 0.2
HSL 264º 0.37% 0.68% -
HSV(B) 264º 0.29% 0.8% -
XYZ 37.02 32.63 61.47 -
YUV 158.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 168 144 204 0.18 0.29 0 0.2 264 0.37 0.68
Hex A8 90 CC 12 1D 0 14 108 25 44
Octal 250 220 314 22 35 0 24 410 45 104
Binary 10101000 10010000 11001100 10010 11101 0 10100 100001000 100101 1000100

Color Harmonies of #A890CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890CC

Black with #A890CC

Text Example


Text Example

White with #A890CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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