Html Css Color HEX #A895D6 Biloba Flower

📋 copy color: '#A895D6'

red 168 ◦ green 149 ◦ blue 214

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

Shades of Biloba Flower #A895D6

Tints of Biloba Flower #A895D6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.06%

 BLUE value IS 214 (83.98% from 255) = 40.3%

R = 31.64%
G = 28.06%
B = 40.3%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A895D6 (or 0xA895D6) is known color: Biloba Flower. HEX triplet: A8, 95 and D6. RGB value is (168,149,214). Sum of RGB (Red+Green+Blue) = 168+149+214=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #A895D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895D6 is #576A29. Grayscale: #A1A1A1. Windows color (decimal): -5728810 or 14063016. OLE color: 14063016.

HSL color Cylindrical-coordinate representation of color #A895D6: hue angle of 257.54º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A895D6 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 149 214 -
CMYK 0.21 0.30 0 0.16
HSL 257.54º 0.44% 0.71% -
HSV(B) 257.54º 0.3% 0.84% -
XYZ 39.03 34.67 68.25 -
YUV 162.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 168 149 214 0.21 0.30 0 0.16 257.54 0.44 0.71
Hex A8 95 D6 15 1E 0 10 102 2C 47
Octal 250 225 326 25 36 0 20 402 54 107
Binary 10101000 10010101 11010110 10101 11110 0 10000 100000010 101100 1000111

Color Harmonies of #A895D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895D6

Black with #A895D6

Text Example


Text Example

White with #A895D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895D6; }

 p { color: rgb(168,149,214); }

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

background-color css

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

 a { background-color: rgb(168,149,214); }

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

border-color css

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

 span { border-color: rgb(168,149,214); }

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