Html Css Color HEX #A896CD Biloba Flower

📋 copy color: '#A896CD'

red 168 ◦ green 150 ◦ blue 205

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

Shades of Biloba Flower #A896CD

Tints of Biloba Flower #A896CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 32.12%
G = 28.68%
B = 39.2%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A896CD (or 0xA896CD) is known color: Biloba Flower. HEX triplet: A8, 96 and CD. RGB value is (168,150,205). Sum of RGB (Red+Green+Blue) = 168+150+205=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #A896CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896CD is #576932. Grayscale: #A1A1A1. Windows color (decimal): -5728563 or 13473448. OLE color: 13473448.

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

Color convert

RGB 168 150 205 -
CMYK 0.18 0.27 0 0.20
HSL 259.64º 0.35% 0.7% -
HSV(B) 259.64º 0.27% 0.8% -
XYZ 38.07 34.55 62.42 -
YUV 161.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 168 150 205 0.18 0.27 0 0.20 259.64 0.35 0.7
Hex A8 96 CD 12 1B 0 14 104 23 46
Octal 250 226 315 22 33 0 24 404 43 106
Binary 10101000 10010110 11001101 10010 11011 0 10100 100000100 100011 1000110

Color Harmonies of #A896CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896CD

Black with #A896CD

Text Example


Text Example

White with #A896CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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