Html Css Color HEX #A892E1 Biloba Flower

📋 copy color: '#A892E1'

red 168 ◦ green 146 ◦ blue 225

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

Shades of Biloba Flower #A892E1

Tints of Biloba Flower #A892E1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.09%

 BLUE value IS 225 (88.28% from 255) = 41.74%

R = 31.17%
G = 27.09%
B = 41.74%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A892E1 (or 0xA892E1) is known color: Biloba Flower. HEX triplet: A8, 92 and E1. RGB value is (168,146,225). Sum of RGB (Red+Green+Blue) = 168+146+225=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #A892E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892E1 is #576D1E. Grayscale: #A1A1A1. Windows color (decimal): -5729567 or 14783144. OLE color: 14783144.

HSL color Cylindrical-coordinate representation of color #A892E1: hue angle of 256.71º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A892E1 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 146 225 -
CMYK 0.25 0.35 0 0.12
HSL 256.71º 0.57% 0.73% -
HSV(B) 256.71º 0.35% 0.88% -
XYZ 40.02 34.32 75.75 -
YUV 161.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 168 146 225 0.25 0.35 0 0.12 256.71 0.57 0.73
Hex A8 92 E1 19 23 0 C 101 39 49
Octal 250 222 341 31 43 0 14 401 71 111
Binary 10101000 10010010 11100001 11001 100011 0 1100 100000001 111001 1001001

Color Harmonies of #A892E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A892E1

Black with #A892E1

Text Example


Text Example

White with #A892E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A892E1; }

 p { color: rgb(168,146,225); }

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

background-color css

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

 a { background-color: rgb(168,146,225); }

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

border-color css

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

 span { border-color: rgb(168,146,225); }

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