Html Css Color HEX #A992FF Biloba Flower

📋 copy color: '#A992FF'

red 169 ◦ green 146 ◦ blue 255

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

Shades of Biloba Flower #A992FF

Tints of Biloba Flower #A992FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.74%

R = 29.65%
G = 25.61%
B = 44.74%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A992FF (or 0xA992FF) is known color: Biloba Flower. HEX triplet: A9, 92 and FF. RGB value is (169,146,255). Sum of RGB (Red+Green+Blue) = 169+146+255=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #A992FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A992FF is #566D00. Grayscale: #A4A4A4. Windows color (decimal): -5664001 or 16749225. OLE color: 16749225.

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

Color convert

RGB 169 146 255 -
CMYK 0.34 0.43 0 0
HSL 252.66º 1% 0.79% -
HSV(B) 252.66º 0.43% 1% -
XYZ 44.69 36.21 99.24 -
YUV 165.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 169 146 255 0.34 0.43 0 0 252.66 1 0.79
Hex A9 92 FF 22 2B 0 0 FD 64 4F
Octal 251 222 377 42 53 0 0 375 144 117
Binary 10101001 10010010 11111111 100010 101011 0 0 11111101 1100100 1001111

Color Harmonies of #A992FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992FF

Black with #A992FF

Text Example


Text Example

White with #A992FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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