Html Css Color HEX #A896DF Biloba Flower

📋 copy color: '#A896DF'

red 168 ◦ green 150 ◦ blue 223

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

Shades of Biloba Flower #A896DF

Tints of Biloba Flower #A896DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 31.05%
G = 27.73%
B = 41.22%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A896DF (or 0xA896DF) is known color: Biloba Flower. HEX triplet: A8, 96 and DF. RGB value is (168,150,223). Sum of RGB (Red+Green+Blue) = 168+150+223=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #A896DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896DF is #576920. Grayscale: #A3A3A3. Windows color (decimal): -5728545 or 14653096. OLE color: 14653096.

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

Color convert

RGB 168 150 223 -
CMYK 0.25 0.33 0 0.13
HSL 254.79º 0.53% 0.73% -
HSV(B) 254.79º 0.33% 0.87% -
XYZ 40.37 35.47 74.53 -
YUV 163.7 161.46 131.06 -
System Red Green Blue C M Y K H S L
Decimal 168 150 223 0.25 0.33 0 0.13 254.79 0.53 0.73
Hex A8 96 DF 19 21 0 D FF 35 49
Octal 250 226 337 31 41 0 15 377 65 111
Binary 10101000 10010110 11011111 11001 100001 0 1101 11111111 110101 1001001

Color Harmonies of #A896DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896DF

Black with #A896DF

Text Example


Text Example

White with #A896DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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