Html Css Color HEX #A895DD Biloba Flower

📋 copy color: '#A895DD'

red 168 ◦ green 149 ◦ blue 221

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

Shades of Biloba Flower #A895DD

Tints of Biloba Flower #A895DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 31.23%
G = 27.7%
B = 41.08%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A895DD (or 0xA895DD) is known color: Biloba Flower. HEX triplet: A8, 95 and DD. RGB value is (168,149,221). Sum of RGB (Red+Green+Blue) = 168+149+221=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #A895DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895DD is #576A22. Grayscale: #A2A2A2. Windows color (decimal): -5728803 or 14521768. OLE color: 14521768.

HSL color Cylindrical-coordinate representation of color #A895DD: hue angle of 255.83º degrees, saturation: 0.51, 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 #A895DD is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 149 221 -
CMYK 0.24 0.33 0 0.13
HSL 255.83º 0.51% 0.73% -
HSV(B) 255.83º 0.33% 0.87% -
XYZ 39.95 35.04 73.06 -
YUV 162.89 160.79 131.65 -
System Red Green Blue C M Y K H S L
Decimal 168 149 221 0.24 0.33 0 0.13 255.83 0.51 0.73
Hex A8 95 DD 18 21 0 D 100 33 49
Octal 250 225 335 30 41 0 15 400 63 111
Binary 10101000 10010101 11011101 11000 100001 0 1101 100000000 110011 1001001

Color Harmonies of #A895DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895DD

Black with #A895DD

Text Example


Text Example

White with #A895DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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