Html Css Color HEX #A896CC Biloba Flower

📋 copy color: '#A896CC'

red 168 ◦ green 150 ◦ blue 204

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

Shades of Biloba Flower #A896CC

Tints of Biloba Flower #A896CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.74%

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

R = 32.18%
G = 28.74%
B = 39.08%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A896CC (or 0xA896CC) is known color: Biloba Flower. HEX triplet: A8, 96 and CC. RGB value is (168,150,204). Sum of RGB (Red+Green+Blue) = 168+150+204=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #A896CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896CC is #576933. Grayscale: #A1A1A1. Windows color (decimal): -5728564 or 13407912. OLE color: 13407912.

HSL color Cylindrical-coordinate representation of color #A896CC: hue angle of 260º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A896CC is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 150 204 -
CMYK 0.18 0.26 0 0.2
HSL 260º 0.35% 0.69% -
HSV(B) 260º 0.26% 0.8% -
XYZ 37.95 34.5 61.78 -
YUV 161.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 168 150 204 0.18 0.26 0 0.2 260 0.35 0.69
Hex A8 96 CC 12 1A 0 14 104 23 45
Octal 250 226 314 22 32 0 24 404 43 105
Binary 10101000 10010110 11001100 10010 11010 0 10100 100000100 100011 1000101

Color Harmonies of #A896CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896CC

Black with #A896CC

Text Example


Text Example

White with #A896CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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