Html Css Color HEX #A991F2 Biloba Flower

📋 copy color: '#A991F2'

red 169 ◦ green 145 ◦ blue 242

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

Shades of Biloba Flower #A991F2

Tints of Biloba Flower #A991F2

RGB

 RED value IS 169 (66.41% from 255) = 30.4%

 GREEN value IS 145 (57.03% from 255) = 26.08%

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

R = 30.4%
G = 26.08%
B = 43.53%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A991F2 (or 0xA991F2) is known color: Biloba Flower. HEX triplet: A9, 91 and F2. RGB value is (169,145,242). Sum of RGB (Red+Green+Blue) = 169+145+242=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #A991F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A991F2 is #566E0D. Grayscale: #A2A2A2. Windows color (decimal): -5664270 or 15897001. OLE color: 15897001.

HSL color Cylindrical-coordinate representation of color #A991F2: hue angle of 254.85º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A991F2 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 145 242 -
CMYK 0.30 0.40 0 0.05
HSL 254.85º 0.79% 0.76% -
HSV(B) 254.85º 0.4% 0.95% -
XYZ 42.51 35.1 88.54 -
YUV 163.23 172.45 132.11 -
System Red Green Blue C M Y K H S L
Decimal 169 145 242 0.30 0.40 0 0.05 254.85 0.79 0.76
Hex A9 91 F2 1E 28 0 5 FF 4F 4C
Octal 251 221 362 36 50 0 5 377 117 114
Binary 10101001 10010001 11110010 11110 101000 0 101 11111111 1001111 1001100

Color Harmonies of #A991F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A991F2

Black with #A991F2

Text Example


Text Example

White with #A991F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A991F2; }

 p { color: rgb(169,145,242); }

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

background-color css

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

 a { background-color: rgb(169,145,242); }

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

border-color css

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

 span { border-color: rgb(169,145,242); }

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