Html Css Color HEX #A894EC Biloba Flower

📋 copy color: '#A894EC'

red 168 ◦ green 148 ◦ blue 236

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

Shades of Biloba Flower #A894EC

Tints of Biloba Flower #A894EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 30.43%
G = 26.81%
B = 42.75%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A894EC (or 0xA894EC) is known color: Biloba Flower. HEX triplet: A8, 94 and EC. RGB value is (168,148,236). Sum of RGB (Red+Green+Blue) = 168+148+236=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #A894EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A894EC is #576B13. Grayscale: #A3A3A3. Windows color (decimal): -5729044 or 15504552. OLE color: 15504552.

HSL color Cylindrical-coordinate representation of color #A894EC: hue angle of 253.64º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A894EC is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 148 236 -
CMYK 0.29 0.37 0 0.07
HSL 253.64º 0.7% 0.75% -
HSV(B) 253.64º 0.37% 0.93% -
XYZ 41.88 35.56 84.01 -
YUV 164.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 168 148 236 0.29 0.37 0 0.07 253.64 0.7 0.75
Hex A8 94 EC 1D 25 0 7 FE 46 4B
Octal 250 224 354 35 45 0 7 376 106 113
Binary 10101000 10010100 11101100 11101 100101 0 111 11111110 1000110 1001011

Color Harmonies of #A894EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A894EC

Black with #A894EC

Text Example


Text Example

White with #A894EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A894EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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