Html Css Color HEX #A895DC Biloba Flower

📋 copy color: '#A895DC'

red 168 ◦ green 149 ◦ blue 220

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

Shades of Biloba Flower #A895DC

Tints of Biloba Flower #A895DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 31.28%
G = 27.75%
B = 40.97%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A895DC (or 0xA895DC) is known color: Biloba Flower. HEX triplet: A8, 95 and DC. RGB value is (168,149,220). Sum of RGB (Red+Green+Blue) = 168+149+220=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #A895DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895DC is #576A23. Grayscale: #A2A2A2. Windows color (decimal): -5728804 or 14456232. OLE color: 14456232.

HSL color Cylindrical-coordinate representation of color #A895DC: hue angle of 256.06º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A895DC is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 149 220 -
CMYK 0.24 0.32 0 0.14
HSL 256.06º 0.5% 0.72% -
HSV(B) 256.06º 0.32% 0.86% -
XYZ 39.81 34.99 72.36 -
YUV 162.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 168 149 220 0.24 0.32 0 0.14 256.06 0.5 0.72
Hex A8 95 DC 18 20 0 E 100 32 48
Octal 250 225 334 30 40 0 16 400 62 110
Binary 10101000 10010101 11011100 11000 100000 0 1110 100000000 110010 1001000

Color Harmonies of #A895DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895DC

Black with #A895DC

Text Example


Text Example

White with #A895DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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