Html Css Color HEX #A992EC Biloba Flower

📋 copy color: '#A992EC'

red 169 ◦ green 146 ◦ blue 236

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

Shades of Biloba Flower #A992EC

Tints of Biloba Flower #A992EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.83%

R = 30.67%
G = 26.5%
B = 42.83%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A992EC (or 0xA992EC) is known color: Biloba Flower. HEX triplet: A9, 92 and EC. RGB value is (169,146,236). Sum of RGB (Red+Green+Blue) = 169+146+236=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #A992EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A992EC is #566D13. Grayscale: #A2A2A2. Windows color (decimal): -5664020 or 15504041. OLE color: 15504041.

HSL color Cylindrical-coordinate representation of color #A992EC: hue angle of 255.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A992EC is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 146 236 -
CMYK 0.28 0.38 0 0.07
HSL 255.33º 0.7% 0.75% -
HSV(B) 255.33º 0.38% 0.93% -
XYZ 41.78 35.05 83.92 -
YUV 163.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 169 146 236 0.28 0.38 0 0.07 255.33 0.7 0.75
Hex A9 92 EC 1C 26 0 7 FF 46 4B
Octal 251 222 354 34 46 0 7 377 106 113
Binary 10101001 10010010 11101100 11100 100110 0 111 11111111 1000110 1001011

Color Harmonies of #A992EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992EC

Black with #A992EC

Text Example


Text Example

White with #A992EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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