Html Css Color HEX #A992FA Biloba Flower

📋 copy color: '#A992FA'

red 169 ◦ green 146 ◦ blue 250

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

Shades of Biloba Flower #A992FA

Tints of Biloba Flower #A992FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 29.91%
G = 25.84%
B = 44.25%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A992FA (or 0xA992FA) is known color: Biloba Flower. HEX triplet: A9, 92 and FA. RGB value is (169,146,250). Sum of RGB (Red+Green+Blue) = 169+146+250=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #A992FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A992FA is #566D05. Grayscale: #A4A4A4. Windows color (decimal): -5664006 or 16421545. OLE color: 16421545.

HSL color Cylindrical-coordinate representation of color #A992FA: hue angle of 253.27º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A992FA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 146 250 -
CMYK 0.32 0.42 0 0.02
HSL 253.27º 0.91% 0.78% -
HSV(B) 253.27º 0.42% 0.98% -
XYZ 43.9 35.89 95.06 -
YUV 164.73 176.12 131.04 -
System Red Green Blue C M Y K H S L
Decimal 169 146 250 0.32 0.42 0 0.02 253.27 0.91 0.78
Hex A9 92 FA 20 2A 0 2 FD 5B 4E
Octal 251 222 372 40 52 0 2 375 133 116
Binary 10101001 10010010 11111010 100000 101010 0 10 11111101 1011011 1001110

Color Harmonies of #A992FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992FA

Black with #A992FA

Text Example


Text Example

White with #A992FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992FA; }

 p { color: rgb(169,146,250); }

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

background-color css

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

 a { background-color: rgb(169,146,250); }

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

border-color css

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

 span { border-color: rgb(169,146,250); }

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