Html Css Color HEX #A894DE Biloba Flower

📋 copy color: '#A894DE'

red 168 ◦ green 148 ◦ blue 222

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

Shades of Biloba Flower #A894DE

Tints of Biloba Flower #A894DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.26%

R = 31.23%
G = 27.51%
B = 41.26%

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

#A894DE (or 0xA894DE) is known color: Biloba Flower. HEX triplet: A8, 94 and DE. RGB value is (168,148,222). Sum of RGB (Red+Green+Blue) = 168+148+222=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #A894DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894DE is #576B21. Grayscale: #A2A2A2. Windows color (decimal): -5729058 or 14587048. OLE color: 14587048.

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

Color convert

RGB 168 148 222 -
CMYK 0.24 0.33 0 0.13
HSL 256.22º 0.53% 0.73% -
HSV(B) 256.22º 0.33% 0.87% -
XYZ 39.92 34.78 73.72 -
YUV 162.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 168 148 222 0.24 0.33 0 0.13 256.22 0.53 0.73
Hex A8 94 DE 18 21 0 D 100 35 49
Octal 250 224 336 30 41 0 15 400 65 111
Binary 10101000 10010100 11011110 11000 100001 0 1101 100000000 110101 1001001

Color Harmonies of #A894DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A894DE

Black with #A894DE

Text Example


Text Example

White with #A894DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A894DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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