Html Css Color HEX #A894E9 Biloba Flower

📋 copy color: '#A894E9'

red 168 ◦ green 148 ◦ blue 233

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

Shades of Biloba Flower #A894E9

Tints of Biloba Flower #A894E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.44%

R = 30.6%
G = 26.96%
B = 42.44%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A894E9 (or 0xA894E9) is known color: Biloba Flower. HEX triplet: A8, 94 and E9. RGB value is (168,148,233). Sum of RGB (Red+Green+Blue) = 168+148+233=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #A894E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A894E9 is #576B16. Grayscale: #A3A3A3. Windows color (decimal): -5729047 or 15307944. OLE color: 15307944.

HSL color Cylindrical-coordinate representation of color #A894E9: hue angle of 254.12º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A894E9 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 148 233 -
CMYK 0.28 0.36 0 0.09
HSL 254.12º 0.66% 0.75% -
HSV(B) 254.12º 0.36% 0.91% -
XYZ 41.45 35.39 81.74 -
YUV 163.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 168 148 233 0.28 0.36 0 0.09 254.12 0.66 0.75
Hex A8 94 E9 1C 24 0 9 FE 42 4B
Octal 250 224 351 34 44 0 11 376 102 113
Binary 10101000 10010100 11101001 11100 100100 0 1001 11111110 1000010 1001011

Color Harmonies of #A894E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A894E9

Black with #A894E9

Text Example


Text Example

White with #A894E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A894E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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