Html Css Color HEX #A992FE Biloba Flower

📋 copy color: '#A992FE'

red 169 ◦ green 146 ◦ blue 254

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

Shades of Biloba Flower #A992FE

Tints of Biloba Flower #A992FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.64%

R = 29.7%
G = 25.66%
B = 44.64%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A992FE (or 0xA992FE) is known color: Biloba Flower. HEX triplet: A9, 92 and FE. RGB value is (169,146,254). Sum of RGB (Red+Green+Blue) = 169+146+254=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #A992FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A992FE is #566D01. Grayscale: #A4A4A4. Windows color (decimal): -5664002 or 16683689. OLE color: 16683689.

HSL color Cylindrical-coordinate representation of color #A992FE: hue angle of 252.78º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A992FE is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 169 146 254 -
CMYK 0.33 0.43 0 0.00
HSL 252.78º 0.98% 0.78% -
HSV(B) 252.78º 0.43% 1% -
XYZ 44.53 36.15 98.4 -
YUV 165.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 169 146 254 0.33 0.43 0 0.00 252.78 0.98 0.78
Hex A9 92 FE 21 2B 0 0 FD 62 4E
Octal 251 222 376 41 53 0 0 375 142 116
Binary 10101001 10010010 11111110 100001 101011 0 0 11111101 1100010 1001110

Color Harmonies of #A992FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992FE

Black with #A992FE

Text Example


Text Example

White with #A992FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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