Html Css Color HEX #A899F2 Biloba Flower

📋 copy color: '#A899F2'

red 168 ◦ green 153 ◦ blue 242

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

Shades of Biloba Flower #A899F2

Tints of Biloba Flower #A899F2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.18%

 BLUE value IS 242 (94.92% from 255) = 42.98%

R = 29.84%
G = 27.18%
B = 42.98%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A899F2 (or 0xA899F2) is known color: Biloba Flower. HEX triplet: A8, 99 and F2. RGB value is (168,153,242). Sum of RGB (Red+Green+Blue) = 168+153+242=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #A899F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A899F2 is #57660D. Grayscale: #A7A7A7. Windows color (decimal): -5727758 or 15899048. OLE color: 15899048.

HSL color Cylindrical-coordinate representation of color #A899F2: hue angle of 250.11º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A899F2 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 153 242 -
CMYK 0.31 0.37 0 0.05
HSL 250.11º 0.77% 0.77% -
HSV(B) 250.11º 0.37% 0.95% -
XYZ 43.57 37.52 88.95 -
YUV 167.63 169.97 128.26 -
System Red Green Blue C M Y K H S L
Decimal 168 153 242 0.31 0.37 0 0.05 250.11 0.77 0.77
Hex A8 99 F2 1F 25 0 5 FA 4D 4D
Octal 250 231 362 37 45 0 5 372 115 115
Binary 10101000 10011001 11110010 11111 100101 0 101 11111010 1001101 1001101

Color Harmonies of #A899F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899F2

Black with #A899F2

Text Example


Text Example

White with #A899F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899F2; }

 p { color: rgb(168,153,242); }

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

background-color css

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

 a { background-color: rgb(168,153,242); }

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

border-color css

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

 span { border-color: rgb(168,153,242); }

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