Html Css Color HEX #A896D2 Biloba Flower

📋 copy color: '#A896D2'

red 168 ◦ green 150 ◦ blue 210

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

Shades of Biloba Flower #A896D2

Tints of Biloba Flower #A896D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.77%

R = 31.82%
G = 28.41%
B = 39.77%

CMYK

 C value IS 0.2

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A896D2 (or 0xA896D2) is known color: Biloba Flower. HEX triplet: A8, 96 and D2. RGB value is (168,150,210). Sum of RGB (Red+Green+Blue) = 168+150+210=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 210 - color contains mainly: blue. Hex color #A896D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896D2 is #57692D. Grayscale: #A2A2A2. Windows color (decimal): -5728558 or 13801128. OLE color: 13801128.

HSL color Cylindrical-coordinate representation of color #A896D2: hue angle of 258º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A896D2 is Cyan = 0.2, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 150 210 -
CMYK 0.2 0.29 0 0.18
HSL 258º 0.4% 0.71% -
HSV(B) 258º 0.29% 0.82% -
XYZ 38.69 34.79 65.65 -
YUV 162.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 168 150 210 0.2 0.29 0 0.18 258 0.4 0.71
Hex A8 96 D2 14 1D 0 12 102 28 47
Octal 250 226 322 24 35 0 22 402 50 107
Binary 10101000 10010110 11010010 10100 11101 0 10010 100000010 101000 1000111

Color Harmonies of #A896D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896D2

Black with #A896D2

Text Example


Text Example

White with #A896D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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