Html Css Color HEX #A894D1 Biloba Flower

📋 copy color: '#A894D1'

red 168 ◦ green 148 ◦ blue 209

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

Shades of Biloba Flower #A894D1

Tints of Biloba Flower #A894D1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.19%

 BLUE value IS 209 (82.03% from 255) = 39.81%

R = 32%
G = 28.19%
B = 39.81%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A894D1 (or 0xA894D1) is known color: Biloba Flower. HEX triplet: A8, 94 and D1. RGB value is (168,148,209). Sum of RGB (Red+Green+Blue) = 168+148+209=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #A894D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894D1 is #576B2E. Grayscale: #A0A0A0. Windows color (decimal): -5729071 or 13735080. OLE color: 13735080.

HSL color Cylindrical-coordinate representation of color #A894D1: hue angle of 259.67º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A894D1 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 148 209 -
CMYK 0.20 0.29 0 0.18
HSL 259.67º 0.4% 0.7% -
HSV(B) 259.67º 0.29% 0.82% -
XYZ 38.25 34.11 64.89 -
YUV 160.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 168 148 209 0.20 0.29 0 0.18 259.67 0.4 0.7
Hex A8 94 D1 14 1D 0 12 104 28 46
Octal 250 224 321 24 35 0 22 404 50 106
Binary 10101000 10010100 11010001 10100 11101 0 10010 100000100 101000 1000110

Color Harmonies of #A894D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A894D1

Black with #A894D1

Text Example


Text Example

White with #A894D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A894D1; }

 p { color: rgb(168,148,209); }

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

background-color css

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

 a { background-color: rgb(168,148,209); }

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

border-color css

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

 span { border-color: rgb(168,148,209); }

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