Html Css Color HEX #A895D8 Biloba Flower

📋 copy color: '#A895D8'

red 168 ◦ green 149 ◦ blue 216

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

Shades of Biloba Flower #A895D8

Tints of Biloba Flower #A895D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 31.52%
G = 27.95%
B = 40.53%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A895D8 (or 0xA895D8) is known color: Biloba Flower. HEX triplet: A8, 95 and D8. RGB value is (168,149,216). Sum of RGB (Red+Green+Blue) = 168+149+216=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #A895D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895D8 is #576A27. Grayscale: #A2A2A2. Windows color (decimal): -5728808 or 14194088. OLE color: 14194088.

HSL color Cylindrical-coordinate representation of color #A895D8: hue angle of 257.01º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A895D8 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 149 216 -
CMYK 0.22 0.31 0 0.15
HSL 257.01º 0.46% 0.72% -
HSV(B) 257.01º 0.31% 0.85% -
XYZ 39.29 34.78 69.61 -
YUV 162.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 168 149 216 0.22 0.31 0 0.15 257.01 0.46 0.72
Hex A8 95 D8 16 1F 0 F 101 2E 48
Octal 250 225 330 26 37 0 17 401 56 110
Binary 10101000 10010101 11011000 10110 11111 0 1111 100000001 101110 1001000

Color Harmonies of #A895D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895D8

Black with #A895D8

Text Example


Text Example

White with #A895D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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