Html Css Color HEX #A896E0 Biloba Flower

📋 copy color: '#A896E0'

red 168 ◦ green 150 ◦ blue 224

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

Shades of Biloba Flower #A896E0

Tints of Biloba Flower #A896E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 31%
G = 27.68%
B = 41.33%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A896E0 (or 0xA896E0) is known color: Biloba Flower. HEX triplet: A8, 96 and E0. RGB value is (168,150,224). Sum of RGB (Red+Green+Blue) = 168+150+224=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #A896E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896E0 is #57691F. Grayscale: #A3A3A3. Windows color (decimal): -5728544 or 14718632. OLE color: 14718632.

HSL color Cylindrical-coordinate representation of color #A896E0: hue angle of 254.59º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A896E0 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 150 224 -
CMYK 0.25 0.33 0 0.12
HSL 254.59º 0.54% 0.73% -
HSV(B) 254.59º 0.33% 0.88% -
XYZ 40.51 35.52 75.24 -
YUV 163.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 168 150 224 0.25 0.33 0 0.12 254.59 0.54 0.73
Hex A8 96 E0 19 21 0 C FF 36 49
Octal 250 226 340 31 41 0 14 377 66 111
Binary 10101000 10010110 11100000 11001 100001 0 1100 11111111 110110 1001001

Color Harmonies of #A896E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896E0

Black with #A896E0

Text Example


Text Example

White with #A896E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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